Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 158bc91

Browse files
update eslint rules
1 parent 15b7a6b commit 158bc91

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎.eslintrc.cjs‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ module.exports = {
2424
// Since react 17 we don't need to have React imported at the top
2525
"react/react-in-jsx-scope": "off",
2626
"import/order": "off",
27+
"import/prefer-default-export": "off",
28+
"react/jsx-props-no-spreading": "off",
29+
"react/require-default-props": "off",
30+
"react/button-has-type": "off",
2731
},
2832
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /