Skip to content

Commit

Permalink
Increase max-length to 120 (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni authored May 2, 2022
1 parent 734a816 commit f645ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configs/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const javascript = {
'error',
{
items: 6,
'max-len': 100,
'max-len': 120,
},
],
'no-smart-quotes/no-smart-quotes': 'error',
Expand Down Expand Up @@ -109,7 +109,7 @@ export const javascript = {
'max-len': [
'error',
{
code: 100,
code: 120,
ignoreStrings: false,
ignoreComments: false,
ignoreTemplateLiterals: false,
Expand Down

0 comments on commit f645ec0

Please sign in to comment.