Skip to content

Commit

Permalink
style: allowing some es6 features client-side
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Oct 8, 2020
1 parent 952dc21 commit e1c40b2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions public/.eslintrc
Expand Up @@ -33,10 +33,8 @@
"parserOptions": {
"ecmaVersion": 6,
"ecmaFeatures": {
"arrowFunctions": true,
"classes": false,
"defaultParams": false,
"destructuring": false,
"experimentalObjectRestSpread": false,
"blockBindings": false,
"forOf": false,
Expand All @@ -50,9 +48,7 @@
"objectLiteralShorthandProperties": false,
"impliedStrict": false,
"restParams": false,
"spread": false,
"superInFunctions": false,
"templateStrings": false
"superInFunctions": false
}
}
}

0 comments on commit e1c40b2

Please sign in to comment.