Skip to content

Commit

Permalink
Merge pull request #440 from phillipj/chore/eslint
Browse files Browse the repository at this point in the history
eslinting
  • Loading branch information
dasilvacontin committed May 9, 2015
2 parents d727de0 + 1a2a369 commit 9422495
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 76 deletions.
19 changes: 19 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"env": {
"browser": true,
"node": true
},
"rules": {
"func-names": 2,
"no-mixed-spaces-and-tabs": 2,
"quotes": [2, "single", "avoid-escape"],
"semi": 2,
"space-after-keywords": 2,
"space-before-function-paren": 2,

"curly": 0,
"consistent-return": 0,
"no-use-before-define": 0,
"strict": 0
}
}
6 changes: 0 additions & 6 deletions .jshintrc

This file was deleted.

Loading

0 comments on commit 9422495

Please sign in to comment.