Skip to content

Commit

Permalink
Enforce 1 newline at end of file (previously 1 or 2 were allowed)
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 9, 2017
1 parent eb59b83 commit 110b797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eslintrc.json
Expand Up @@ -92,7 +92,7 @@
"no-mixed-spaces-and-tabs": "error",
"no-multi-spaces": "error",
"no-multi-str": "error",
"no-multiple-empty-lines": ["error", { "max": 1 }],
"no-multiple-empty-lines": ["error", { "max": 1, "maxEOF": 0 }],
"no-negated-in-lhs": "error",
"no-new": "error",
"no-new-func": "error",
Expand Down

0 comments on commit 110b797

Please sign in to comment.