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 committed 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
Expand Up @@ -46,7 +46,8 @@
"valid-typeof": 2, "valid-typeof": 2,


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

0 comments on commit f028b3e

Please sign in to comment.