We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
max-len
1 parent aafcaa0 commit 39bcea1Copy full SHA for 39bcea1
lib/processor.js
@@ -21,6 +21,8 @@ const { BuiltInEnvironments, commentParser, validatePlugins } =
21
const DEFAULT_DISABLED_RULES =
22
{
23
'max-len': 'overlap',
24
+ '@stylistic/js/max-len': 'overlap',
25
+ '@stylistic/max-len': 'overlap',
26
'max-lines': 'anywhere-multiline',
27
'max-lines-per-function': 'overlap-multiline',
28
};
0 commit comments