Skip to content

Commit

Permalink
[meta] add eol-last eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jun 13, 2020
1 parent 1f7422d commit f7c7d79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rules:
semi: [2, "never"]
curly: [2, "multi-line"]
comma-dangle: [2, always-multiline]
eol-last: [2, "always"]
eqeqeq: [2, "allow-null"]
no-shadow: 1
quotes:
Expand Down
2 changes: 1 addition & 1 deletion resolvers/node/test/native.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
exports.natively = function () { return "but where do we feature?" }
exports.natively = function () { return "but where do we feature?" }

0 comments on commit f7c7d79

Please sign in to comment.