File tree Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Expand file tree Collapse file tree 3 files changed +5
-13
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : " ../.eslintrc.json" ,
3
- "parserOptions" : {
4
- "tsconfigRootDir" : " scripts" ,
5
- "project" : [
6
- " ./importDefinitelyTypedTests/tsconfig.json" ,
7
- " ./eslint/tsconfig.json" ,
8
- " ./tsconfig.eslint.json"
9
- ]
10
- }
2
+ "extends" : " ../.eslintrc.json"
11
3
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ./.eslintrc.json" ,
3
+ "parserOptions" : {
4
+ "tsconfigRootDir" : " src" ,
5
+ "project" : " ./tsconfig-base.json"
6
+ },
3
7
"rules" : {
4
8
"@typescript-eslint/no-unnecessary-qualifier" : " error" ,
5
9
"@typescript-eslint/no-unnecessary-type-assertion" : " error"
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " ../.eslintrc.json" ,
3
- "parserOptions" : {
4
- "tsconfigRootDir" : " src" ,
5
- "project" : " ./tsconfig-base.json"
6
- },
7
3
"overrides" : [
8
4
{
9
5
"files" : [" lib/*.d.ts" ],
You can’t perform that action at this time.
0 commit comments