Skip to content

Commit

Permalink
[eslint] ignore some warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
soryy708 authored and ljharb committed Mar 13, 2024
1 parent 2efdf79 commit c77c1a6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .eslintrc
Expand Up @@ -235,6 +235,16 @@
"no-use-before-define": "off",
},
},
{
"files": [
"resolvers/webpack/index.js",
"resolvers/webpack/test/example.js",
"utils/parse.js",
],
"rules": {
"no-console": "off",
},
},
{
"files": [
"resolvers/*/test/**/*",
Expand Down

0 comments on commit c77c1a6

Please sign in to comment.