Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
det committed Mar 14, 2024
1 parent 03293aa commit 7219935
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
/tools/internal-rules/node_modules/**
test.js
!.eslintrc.js
**/svgo.config.*js
3 changes: 2 additions & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ module.exports = [
"tests/performance/**",
"tmp/**",
"tools/internal-rules/node_modules/**",
"**/test.js"
"**/test.js",
"**/svgo.config.*js"
]
},
{
Expand Down

0 comments on commit 7219935

Please sign in to comment.