Skip to content

Commit

Permalink
Fix the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
eatyourgreens committed Jul 17, 2024
1 parent 887559a commit b4131b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"react/prefer-stateless-function": 0,
"react/no-multi-comp": 0,
"react/react-in-jsx-scope": 0,
"react/require-default-props": {
"react/require-default-props": ["warn", {
"classes": "defaultProps",
"functions": "ignore"
},
}],
"no-console": 0,
"array-callback-return": "off",
"arrow-body-style": ["warn", "as-needed"],
Expand Down

0 comments on commit b4131b6

Please sign in to comment.