Skip to content

Commit

Permalink
Move eslint config into it's own file
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Jan 22, 2018
1 parent 1503cce commit cf3ed84
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.yml
@@ -0,0 +1,9 @@
extends: 'eslint-config-sinon'

globals:
ArrayBuffer: false
Map: false
Promise: false
Set: false
Symbol: false

10 changes: 0 additions & 10 deletions package.json
Expand Up @@ -67,16 +67,6 @@
"rimraf": "^2.5.3",
"samsam": "^1.1.3"
},
"eslintConfig": {
"extends": "eslint-config-sinon",
"globals": {
"ArrayBuffer": false,
"Map": false,
"Promise": false,
"Set": false,
"Symbol": false
}
},
"files": [
"lib",
"pkg",
Expand Down

0 comments on commit cf3ed84

Please sign in to comment.