Skip to content

Commit 39bcea1

Browse files
committed
Disable ESLint Stylistic max-len rule by default
1 parent aafcaa0 commit 39bcea1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/processor.js

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ const { BuiltInEnvironments, commentParser, validatePlugins } =
2121
const DEFAULT_DISABLED_RULES =
2222
{
2323
'max-len': 'overlap',
24+
'@stylistic/js/max-len': 'overlap',
25+
'@stylistic/max-len': 'overlap',
2426
'max-lines': 'anywhere-multiline',
2527
'max-lines-per-function': 'overlap-multiline',
2628
};

0 commit comments

Comments
 (0)