Skip to content

Commit 0308c96

Browse files
smorimotodra27
authored andcommitted
Update .eslintrc.json
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 6d924c1 commit 0308c96

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.eslintrc.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
{
22
"env": { "node": true },
33
"parser": "@typescript-eslint/parser",
4-
"parserOptions": { "ecmaVersion": 2020, "sourceType": "module" },
4+
"parserOptions": { "ecmaVersion": 2021, "sourceType": "module" },
55
"extends": [
66
"eslint:recommended",
77
"plugin:@typescript-eslint/eslint-recommended",
88
"plugin:@typescript-eslint/recommended",
99
"plugin:import/errors",
1010
"plugin:import/typescript",
1111
"plugin:import/warnings",
12-
"plugin:prettier/recommended",
13-
"prettier/@typescript-eslint"
12+
"plugin:prettier/recommended"
1413
],
1514
"plugins": ["@typescript-eslint", "simple-import-sort"],
1615
"settings": {

0 commit comments

Comments
 (0)