Skip to content

Commit

Permalink
Chore: enable max-statements-per-line on ESLint codebase (#8321)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Mar 25, 2017
1 parent 614b62e commit 6a718ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config-eslint/default.yml
Expand Up @@ -34,6 +34,7 @@ rules:
beforeLineComment: true,
afterLineComment: false
}]
max-statements-per-line: "error"
new-cap: "error"
newline-after-var: "error"
new-parens: "error"
Expand Down

0 comments on commit 6a718ba

Please sign in to comment.