Skip to content

Commit

Permalink
remove unnecessary changes to .eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn-zz committed Jul 16, 2015
1 parent a7bf614 commit f940fcd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"parser": "babel-eslint",
"arrowFunctions": true,
"asyncFunctions": true,
"es7.asyncFunctions": true,
"blockBindings": true,
"classes": true,
"defaultParams": true,
Expand All @@ -15,7 +13,6 @@
"objectLiteralShorthandProperties": true,
"spread": true,
"templateStrings": true,
"experimental" : true,
"env": {
"node": true,
"es6": true
Expand Down

0 comments on commit f940fcd

Please sign in to comment.