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.
no-control-regex
1 parent bd5d34e commit a5282adCopy full SHA for a5282ad
src/configs/javascript.ts
@@ -66,6 +66,7 @@ export async function javascript(
66
'no-cond-assign': ['error', 'always'],
67
'no-console': ['error', { allow: ['warn', 'error'] }],
68
'no-const-assign': 'error',
69
+ 'no-constant-condition': 'error',
70
'no-control-regex': 'error',
71
'no-debugger': 'error',
72
'no-delete-var': 'error',
0 commit comments