Skip to content

Commit

Permalink
Fix eslintrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Apr 11, 2022
1 parent cc2133a commit be97a94
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 @@ -13,7 +13,7 @@
"react/function-component-definition": [2, {"namedComponents":"arrow-function"}],
"import/no-extraneous-dependencies": ["error", {
"devDependencies": [
"karma.conf.js",
"karma.conf.cjs",
"rollup.config.js",
"examples/rollup.config.js"
]
Expand Down

0 comments on commit be97a94

Please sign in to comment.