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

Commit

Permalink
larger column
Browse files Browse the repository at this point in the history
  • Loading branch information
Cássio Zen committed Jan 23, 2016
1 parent 56affa0 commit b2d4b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc
Expand Up @@ -129,7 +129,7 @@
"no-var": 2, // Require let or const instead of var (off by default)

"max-depth": [2, 3], // Specify the maximum depth that blocks can be nested (off by default)
"max-len": [2, 100, 2], // Specify the maximum length of a line in your program (off by default)
"max-len": [2, 120, 2], // Specify the maximum length of a line in your program (off by default)
"max-params": [2, 5], // Limits the number of parameters that can be used in the function declaration. (off by default)
"max-statements": 0, // Specify the maximum number of statement allowed in a function (off by default)
"no-bitwise": 0, // Disallow use of bitwise operators (off by default)
Expand Down

0 comments on commit b2d4b69

Please sign in to comment.