Skip to content

Commit

Permalink
Adding eslint cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Sep 5, 2015
1 parent 697c8c2 commit f383ce7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .eslintrc
@@ -0,0 +1,21 @@
{
"extends": "eslint-config-simplifield",
"env": {
"node": true,
"mocha": true
},
"globals": {
"require": false,
"describe": false,
"beforeEach": false,
"afterEach": false,
"before": false,
"after": false,
"it": false,
"sinon": false,
"module": false
},
"rules": {
"strict": [2, "global"]
}
}

0 comments on commit f383ce7

Please sign in to comment.