Skip to content

Commit

Permalink
Turn off max-len rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-v committed Dec 22, 2023
1 parent 40378b5 commit 9da719a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/linters/.eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ extends:

rules:
{
'max-len': 'off',
'camelcase': 'off',
'eslint-comments/no-use': 'off',
'eslint-comments/no-unused-disable': 'off',
Expand Down

0 comments on commit 9da719a

Please sign in to comment.