Skip to content

Commit

Permalink
Merge pull request #33 from Expensify/iwiznia-max-length
Browse files Browse the repository at this point in the history
Increase max length to 190
  • Loading branch information
tgolen authored Aug 11, 2021
2 parents 6ff5449 + c3c76ca commit 1b088ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
allowClassStart: true,
}],
'max-len': ['warn', {
code: 120
code: 190
}],
'new-cap': 'off',
'no-alert': 'off',
Expand Down

0 comments on commit 1b088ad

Please sign in to comment.