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 b7c872a commit f0c71d7Copy full SHA for f0c71d7
.eslintrc.js
@@ -110,6 +110,7 @@ module.exports = {
110
'no-invalid-regexp': 'error',
111
'no-irregular-whitespace': 'error',
112
'no-lonely-if': 'error',
113
+ 'no-misleading-character-class': 'error',
114
'no-mixed-requires': 'error',
115
'no-mixed-spaces-and-tabs': 'error',
116
'no-multi-spaces': ['error', { ignoreEOLComments: true }],
0 commit comments