Skip to content

Commit

Permalink
Chore: enable max-len.
Browse files Browse the repository at this point in the history
  • Loading branch information
薛定谔的猫 committed Oct 11, 2017
1 parent 6767857 commit 0a9c42f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-eslint/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ rules:
beforeLineComment: true,
afterLineComment: false
}]
max-len: ["error", 120, { "ignoreComments": true }]
max-statements-per-line: "error"
new-cap: "error"
new-parens: "error"
Expand Down

0 comments on commit 0a9c42f

Please sign in to comment.