Skip to content

Commit

Permalink
ci(eslint): consolidate eslintrc's into a central one
Browse files Browse the repository at this point in the history
easier for maintenance, and easier for codeclimate to use
  • Loading branch information
sverweij committed Jun 2, 2018
1 parent 5677ea9 commit 7f4ccb1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
10 changes: 9 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -323,5 +323,13 @@
"env": {
"node": true,
"es6": true
}
},
"overrides": [
{
"files": ["test/**/*.js"],
"env": {
"mocha": true
}
}
]
}
5 changes: 0 additions & 5 deletions test/.eslintrc.json

This file was deleted.

0 comments on commit 7f4ccb1

Please sign in to comment.