We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beee488 commit 8daff26Copy full SHA for 8daff26
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fs/eslint-config-frontier-react",
3
- "version": "1.3.3",
+ "version": "1.3.4",
4
"description": "A common ESLint configuration setup for frontier apps",
5
"main": "index.js",
6
"scripts": {
react.js
@@ -12,6 +12,7 @@ module.exports = {
12
rules: {
13
'react/prop-types': 'off',
14
'react/jsx-filename-extension': 'off',
15
+ 'react/require-default-props': 'off',
16
'react-hooks/rules-of-hooks': 'error',
17
'react-hooks/exhaustive-deps': 'warn',
18
},
0 commit comments