Skip to content

Commit

Permalink
fix eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed Sep 22, 2023
1 parent 6507b9e commit 0afe98a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins:

extends:
- airbnb
- "plugin:functional/external-recommended"
- "plugin:functional/external-vanilla-recommended"
- "plugin:functional/recommended"
- "plugin:react/recommended"
- "plugin:react-hooks/recommended"
Expand All @@ -28,6 +28,9 @@ rules:
functional/functional-parameters: 0
functional/no-try-statement: 0
functional/no-throw-statement: 0
functional/no-return-void: 0
functional/no-conditional-statements: 0
functional/no-expression-statements: 0
no-underscore-dangle: [2, { "allow": ["__filename", "__dirname"] }]
testing-library/no-debug: 0
react/function-component-definition: 0
react/function-component-definition: 0

0 comments on commit 0afe98a

Please sign in to comment.