Skip to content

Commit

Permalink
Remove max-len rule and fall back to AirBnb's (100 char)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyze committed Mar 15, 2017
1 parent 96569b1 commit ec0c033
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions rules/style.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ module.exports = {
objectsInArrays: false,
arraysInArrays: false,
}],
// specify the maximum length of a line in your program
// https://github.com/eslint/eslint/blob/master/docs/rules/max-len.md
'max-len': [ 'error', 80, 2, {
ignoreUrls: true,
ignoreComments: false,
}],
// allow/disallow an empty newline after var statement
// https://github.com/eslint/eslint/blob/master/docs/rules/newline-after-var.md
'newline-after-var': [ 'error', 'always' ],
Expand Down

0 comments on commit ec0c033

Please sign in to comment.