Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 6cad9c1

Browse files
chore: updated eslint rule
1 parent 44f1423 commit 6cad9c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ module.exports = {
99
'react/jsx-props-no-spreading': 'off',
1010
'import/no-cycle': 'off',
1111
'@typescript-eslint/no-non-null-assertion': 'off',
12+
'react/require-default-props': [2, { functions: 'defaultArguments' }],
1213
},
1314
parserOptions: {
1415
ecmaVersion: 2020,

0 commit comments

Comments
 (0)