Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
btd committed Dec 8, 2015
1 parent 77ef4dc commit aacf9fc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
{
"extends": "eslint:recommended",
"extends": "eslint",
"env": {
"node": true,
"browser": true,
"mocha": true,
"es6": true
},
"rules": {
"valid-jsdoc": 0,
"strict": 0,
"quotes": 0,
"indent": 0,
"yoda": 0,
"new-cap": 0,
"space-after-keywords": 0
}
}

0 comments on commit aacf9fc

Please sign in to comment.