Skip to content

Commit ca31118

Browse files
committed
chore: remove tslint plugin from tsconfig
1 parent 5e9ffa6 commit ca31118

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tsconfig.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,17 @@
1+
12
{
23
"compilerOptions": {
34
"allowUnreachableCode": false,
45
"allowUnusedLabels": false,
5-
"alwaysStrict": true,
66
"esModuleInterop": true,
77
"importsNotUsedAsValues": "error",
88
"forceConsistentCasingInFileNames": true,
99
"jsx": "react",
10-
"lib": ["esnext"],
10+
"lib": ["esnext", "dom"],
1111
"module": "esnext",
1212
"moduleResolution": "node",
1313
"noFallthroughCasesInSwitch": true,
14-
"noImplicitAny": true,
1514
"noImplicitReturns": true,
16-
"noImplicitThis": true,
1715
"noImplicitUseStrict": false,
1816
"noStrictGenericChecks": false,
1917
"noUnusedLocals": true,
@@ -22,7 +20,6 @@
2220
"skipLibCheck": true,
2321
"strict": true,
2422
"target": "esnext",
25-
"plugins": [{ "name": "typescript-tslint-plugin" }]
2623
},
2724
"exclude": ["typings/**/*", "lib/**/*", "templates/**/*"]
2825
}

0 commit comments

Comments
 (0)