Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
build: update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed Dec 8, 2020
1 parent 80cc0a7 commit ac67253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"react-hooks/rules-of-hooks": "error",
"react-hooks/exhaustive-deps": "warn",
"max-lines": ["warn", { "max": 500 }],
"react/display-name" : 0,
"react/display-name": 0,
"react/react-in-jsx-scope": "off"
},
"parser": "babel-eslint",
"parserOptions": {
Expand Down

0 comments on commit ac67253

Please sign in to comment.