Skip to content

Commit 8daff26

Browse files
committed
turn off react/require-default-props
1 parent beee488 commit 8daff26

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fs/eslint-config-frontier-react",
3-
"version": "1.3.3",
3+
"version": "1.3.4",
44
"description": "A common ESLint configuration setup for frontier apps",
55
"main": "index.js",
66
"scripts": {

react.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ module.exports = {
1212
rules: {
1313
'react/prop-types': 'off',
1414
'react/jsx-filename-extension': 'off',
15+
'react/require-default-props': 'off',
1516
'react-hooks/rules-of-hooks': 'error',
1617
'react-hooks/exhaustive-deps': 'warn',
1718
},

0 commit comments

Comments
 (0)