Skip to content

Commit

Permalink
Update ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanelian committed Apr 7, 2021
1 parent 3e26a19 commit 47d4c1b
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"plugin:@typescript-eslint/recommended"
],
"parserOptions": {
"ecmaVersion": 2020,
"ecmaVersion": 2021,
"sourceType": "module"
},
"env": {
Expand Down
2 changes: 1 addition & 1 deletion templates/blazor/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"plugin:@typescript-eslint/recommended"
],
"parserOptions": {
"ecmaVersion": 2020,
"ecmaVersion": 2021,
"sourceType": "module"
},
"env": {
Expand Down
2 changes: 1 addition & 1 deletion templates/empty/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"plugin:@typescript-eslint/recommended"
],
"parserOptions": {
"ecmaVersion": 2020,
"ecmaVersion": 2021,
"sourceType": "module"
},
"env": {
Expand Down
2 changes: 1 addition & 1 deletion templates/react/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"plugin:@typescript-eslint/recommended"
],
"parserOptions": {
"ecmaVersion": 2020,
"ecmaVersion": 2021,
"sourceType": "module"
},
"env": {
Expand Down
2 changes: 1 addition & 1 deletion templates/vue/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"parserOptions": {
"parser": "@typescript-eslint/parser",
"ecmaVersion": 2020,
"ecmaVersion": 2021,
"sourceType": "module"
},
"env": {
Expand Down
4 changes: 2 additions & 2 deletions templates/vue2/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
"plugin:vue/recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"prettier/vue"
"prettier"
],
"parserOptions": {
"parser": "@typescript-eslint/parser",
"ecmaVersion": 2020,
"ecmaVersion": 2021,
"sourceType": "module"
},
"env": {
Expand Down

0 comments on commit 47d4c1b

Please sign in to comment.