Skip to content

Commit

Permalink
Updated eslint rules for ECMAScript 7 (#3686)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub authored Mar 9, 2021
1 parent 42d0b07 commit eb97b81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 5,
"ecmaVersion": 7,
"sourceType": "script"
},
"env": {
"es6": true
},
"rules": {
"array-bracket-spacing" : "warn",
"block-spacing": "warn",
Expand Down

0 comments on commit eb97b81

Please sign in to comment.