Skip to content

Commit

Permalink
Remove unnecessary eslintrc configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Jacobs committed Mar 22, 2016
1 parent b2f1d50 commit e58f4f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions generators/app/templates/_eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,11 @@

"env": {
"browser": true,
"node": true,
"mocha": true
"node": true
},

"globals": {
"expect": true,
"sinon": true
"expect": true
},

"parserOptions": {
Expand Down

0 comments on commit e58f4f8

Please sign in to comment.