We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f77fad commit 828e46eCopy full SHA for 828e46e
.eslintrc.js
@@ -66,5 +66,6 @@ module.exports = {
66
'jsx-a11y/no-onchange': 'off',
67
'react/react-in-jsx-scope': 'off',
68
'react/prop-types': 'off',
69
+ 'no-control-regex': 0,
70
},
71
};
0 commit comments