Skip to content

Commit

Permalink
feat: react hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhadwen committed Mar 1, 2021
1 parent 4159472 commit e39b83b
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 @@ -110,7 +110,8 @@ else
"airbnb",
"prettier",
"prettier/react",
"plugin:jsx-a11y/recommended"
"plugin:jsx-a11y/recommended",
"plugin:react-hooks/recommended"
],
"parser": "babel-eslint",
"parserOptions": {
Expand Down

0 comments on commit e39b83b

Please sign in to comment.