Skip to content

Commit

Permalink
Added react-hooks plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Khromets committed Mar 2, 2021
1 parent c964caf commit ac17a34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eslint-prettier-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ else
"extends": [
"airbnb",
"prettier",
"plugin:jsx-a11y/recommended"
"plugin:jsx-a11y/recommended",
"plugin:react-hooks/recommended"
],
"parser": "babel-eslint",
"parserOptions": {
Expand Down

0 comments on commit ac17a34

Please sign in to comment.