Skip to content

Commit

Permalink
Update rule max-len to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
georgekaran authored and marcospassos committed Feb 8, 2022
1 parent fd8f779 commit d9e5f27
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 @@ -56,7 +56,7 @@ export const javascript = {
'error',
{
items: 6,
'max-len': 120,
'max-len': 100,
},
],
'no-smart-quotes/no-smart-quotes': 'error',
Expand Down Expand Up @@ -91,7 +91,7 @@ export const javascript = {
'max-len': [
'error',
{
code: 120,
code: 100,
ignoreStrings: true,
},
],
Expand Down

0 comments on commit d9e5f27

Please sign in to comment.