Skip to content

Commit 4fab659

Browse files
committed
chore(config): remove unused tsconfig & eslint config
1 parent 38b5320 commit 4fab659

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: .eslintrc.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,15 @@
1010
"plugin:eslint-comments/recommended",
1111
"plugin:@typescript-eslint/recommended",
1212
"plugin:import/typescript",
13-
"plugin:functional/lite",
1413
"prettier"
1514
],
1615
"globals": { "BigInt": true, "console": true, "WebAssembly": true },
1716
"rules": {
1817
"@typescript-eslint/explicit-module-boundary-types": "off",
18+
"@typescript-eslint/no-unused-vars": [
19+
"error",
20+
{ "argsIgnorePattern": "^_" }
21+
],
1922
"eslint-comments/disable-enable-pair": [
2023
"error",
2124
{ "allowWholeFile": true }

Diff for: tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"listFiles": false /* Print names of files part of the compilation. */,
3434
"pretty": true /* Stylize errors and messages using color and context. */,
3535

36+
"skipLibCheck": true,
3637
/* Experimental Options */
3738
// "experimentalDecorators": true /* Enables experimental support for ES7 decorators. */,
3839
// "emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */,

0 commit comments

Comments
 (0)