Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 62f05ba

Browse files
committed
chore(config): update outdated configs after test changes
1 parent 3cc2372 commit 62f05ba

File tree

4 files changed

+2
-19
lines changed

4 files changed

+2
-19
lines changed

‎.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"@typescript-eslint/no-invalid-void-type": "off"
1212
},
1313
"parserOptions": {
14-
"project": ["./tsconfig.json", "./test/tsconfig.json", "./scripts/tsconfig.json"]
14+
"project": ["./tsconfig.json", "./scripts/tsconfig.json"]
1515
}
1616
}

‎jest.config.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

‎src/__tests__/tsconfig.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

‎tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"extends": "./node_modules/kcd-scripts/shared-tsconfig.json",
33
"compilerOptions": {
4-
"allowJs": true,
54
"target": "ES6"
6-
},
7-
"exclude": ["**/__tests__/*"]
5+
}
86
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /