Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #12780 from adobe/zaggino/max-len
Browse files Browse the repository at this point in the history
set eslints max-len to 120
  • Loading branch information
zaggino authored Sep 14, 2016
2 parents 5328b47 + d89738d commit f028b3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@
"valid-typeof": 2,

"no-trailing-spaces": 0,
"eol-last": 0
"eol-last": 0,
"max-len": [1, 120]
},
"globals": {
"brackets": false,
Expand Down

0 comments on commit f028b3e

Please sign in to comment.