Skip to content

Commit

Permalink
add eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinmetcalf committed Aug 13, 2015
1 parent 478969a commit 44952a7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"env": {
"browser": true
},
"rules": {
"indent": [2, 2],
"brace-style": [2, "1tbs"],
"quotes": [2, "single"],
"no-console": 0,
"no-shadow": 0,
"no-use-before-define": [2, "nofunc"],
"no-underscore-dangle": 0,
"no-constant-condition": 0,
"space-after-function-name": 0,
"consistent-return": 0
},
"globals": {
"L": false,
"cw": false,
"shp": false
}
}

0 comments on commit 44952a7

Please sign in to comment.