Skip to content

Commit

Permalink
Upgrade eslint and eslint-config-airbnb
Browse files Browse the repository at this point in the history
  • Loading branch information
perrin4869 committed Nov 11, 2021
1 parent a6dca21 commit ea2ea85
Show file tree
Hide file tree
Showing 4 changed files with 341 additions and 521 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
},
"extends": ["airbnb", "plugin:react/jsx-runtime"],
"rules": {
"react/function-component-definition": [2, {"namedComponents":"arrow-function"}],
"import/no-extraneous-dependencies": ["error", {
"devDependencies": [
"karma.conf.js",
Expand Down

0 comments on commit ea2ea85

Please sign in to comment.