Skip to content

Commit

Permalink
refactor: unify .eslintrc.* files (#679)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous authored Jun 29, 2020
1 parent 920e80b commit 3fdf834
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
8 changes: 8 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
module.exports = {
root: true,
extends: ["./node.js"],
overrides: [
{
files: ["rules/**/*.js"],
rules: {
"sort-keys": "error",
},
},
],
};
5 changes: 0 additions & 5 deletions rules/.eslintrc.js

This file was deleted.

5 changes: 0 additions & 5 deletions test/.eslintrc.js

This file was deleted.

0 comments on commit 3fdf834

Please sign in to comment.