Skip to content

Commit

Permalink
no max-len rule
Browse files Browse the repository at this point in the history
  • Loading branch information
PPpro committed Sep 20, 2023
1 parent f233708 commit c360772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ rules:

lines-between-class-members: off # be more lenient on member declarations
max-classes-per-file: off # helper classes are common
max-len: [warn, 150] # more lenient on max length per line
max-len: off # no max line length limitation
no-console: error # prefer the uniform logging methods
no-plusplus: off # allow increment/decrement operators
no-continue: off # allow unlabeled continues
Expand Down

0 comments on commit c360772

Please sign in to comment.