Skip to content

Commit

Permalink
Update style guide. Add React hooks eslint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Mar 20, 2023
1 parent 201dfd9 commit edeffd0
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 281 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: ['expensify', 'plugin:storybook/recommended'],
extends: ['expensify', 'plugin:storybook/recommended', 'plugin:react-hooks/recommended'],
parser: 'babel-eslint',
ignorePatterns: ['!.*', 'src/vendor', '.github/actions/**/index.js', 'desktop/dist/*.js', 'dist/*.js', 'node_modules/.bin/**', '.git/**'],
env: {
Expand Down
Loading

0 comments on commit edeffd0

Please sign in to comment.