Skip to content

Commit

Permalink
Switch to eslint for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
skhilko committed Apr 25, 2015
1 parent fca72e4 commit 7d25ae8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
14 changes: 14 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"env": {
"browser": true
},
"rules": {
// Strict mode
"strict": [2, "single"],

// Code style
"indent": [2, 4],
"quotes": [2, "double"],
"no-underscore-dangle": 0
}
}
19 changes: 0 additions & 19 deletions .jshintrc

This file was deleted.

0 comments on commit 7d25ae8

Please sign in to comment.