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 ad06f16 commit 7d30afd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Expand Up @@ -19,7 +19,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 7d30afd

Please sign in to comment.