Skip to content

Commit

Permalink
Add .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 1, 2015
1 parent c7b4424 commit 5d2826f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .eslintrc
@@ -0,0 +1,13 @@
{
"env": {
"browser": true,
"node": true
},
"parser": "babel-eslint",
"rules": {
"quotes": [2, "single"],
"eol-last": [0],
"no-mixed-requires": [0],
"no-underscore-dangle": [0]
}
}

0 comments on commit 5d2826f

Please sign in to comment.