Skip to content

Commit

Permalink
style: eslint & remove local eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Richter committed Feb 4, 2020
1 parent 3abdb53 commit ea67d42
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
10 changes: 9 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
{
"extends": "groupon/node6"
"extends": "groupon",
"overrides": [
{
"files": "*.test.js",
"env": {
"mocha": true
}
}
]
}
3 changes: 0 additions & 3 deletions src/.eslintrc

This file was deleted.

6 changes: 0 additions & 6 deletions test/.eslintrc

This file was deleted.

5 changes: 4 additions & 1 deletion test/promisified.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ const syncFuncs = {

deepEqual: {
pass: {
args: [['a', 'b'], ['a', 'b']],
args: [
['a', 'b'],
['a', 'b'],
],
descr: 'a deep equal promise resolution',
},
fail: {
Expand Down

0 comments on commit ea67d42

Please sign in to comment.