Skip to content

Commit

Permalink
🔧 - fix: add dist to ignorePatterns in .eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvandescheur committed Jan 8, 2024
1 parent e408ccd commit 3df48f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"browser": true,
"es2021": true
},
"ignorePatterns": ["**/*.css"],
"ignorePatterns": ["dist/**/*", "**/*.css"],
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
Expand Down

0 comments on commit 3df48f2

Please sign in to comment.