Skip to content

Commit 0c97ebe

Browse files
committed
style: improve config files for ESLint
1 parent a175ded commit 0c97ebe

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.vscode/extensions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"recommendations": [
33
"tobermory.es6-string-html",
4-
"ms-vscode.vscode-typescript-tslint-plugin"
4+
"dbaeumer.vscode-eslint"
55
]
66
}

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"editor.tabSize": 4,
44
"editor.insertSpaces": true,
55
"editor.useTabStops": false,
6+
"eslint.useFlatConfig": true,
67
"files.trimTrailingWhitespace": true,
78
"files.exclude": {
89
"out": false,

tsconfig.json

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
],
99
"sourceMap": true,
1010
"rootDir": ".",
11-
"plugins": [
12-
{ "name": "typescript-tslint-plugin" }
13-
]
1411
},
1512
"exclude": [
1613
"node_modules",

0 commit comments

Comments
 (0)