fix(eslint): ignore dist

This commit is contained in:
ArneBo 2025-03-28 11:22:13 +01:00
parent fd4cb00c0e
commit df3c8d0c51
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ module.exports = {
'vue'
],
ignorePatterns: [
'src/locales/*.json'
'src/locales/*.json',
'dist/'
],
rules: {
// NOTE: Nicer for the eye