Skip to content

Commit

Permalink
Exclude a few rules
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Apr 1, 2016
1 parent d38d8fa commit dfdf075
Show file tree
Hide file tree
Showing 38 changed files with 2,103 additions and 2,576 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,11 @@
"env": {
"browser": true,
"node": true
},
"rules": {
"no-unused-vars": "off",
"no-eval": "off",
"key-spacing": "off",
"one-var": "off"
}
}
Loading

0 comments on commit dfdf075

Please sign in to comment.