Skip to content

Commit

Permalink
feat!: add the eol-last rule (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeckwith authored and bcoe committed Jan 13, 2020
1 parent f42ef36 commit 50ebd4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Expand Up @@ -14,7 +14,8 @@
"eqeqeq": "error",
"no-warning-comments": "warn",
"no-var": "error",
"prefer-const": "error"
"prefer-const": "error",
"eol-last": "error"
},
"overrides": [
{
Expand Down

0 comments on commit 50ebd4d

Please sign in to comment.