Skip to content

Commit 828e46e

Browse files
committed
chore: update regex linting rules
1 parent 4f77fad commit 828e46e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,6 @@ module.exports = {
6666
'jsx-a11y/no-onchange': 'off',
6767
'react/react-in-jsx-scope': 'off',
6868
'react/prop-types': 'off',
69+
'no-control-regex': 0,
6970
},
7071
};

0 commit comments

Comments
 (0)