File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
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"
113}
Original file line number Diff line number Diff line change 11{
22 "extends" : " ./.eslintrc.json" ,
3+ "parserOptions" : {
4+ "tsconfigRootDir" : " src" ,
5+ "project" : " ./tsconfig-base.json"
6+ },
37 "rules" : {
48 "@typescript-eslint/no-unnecessary-qualifier" : " error" ,
59 "@typescript-eslint/no-unnecessary-type-assertion" : " error"
Original file line number Diff line number Diff line change 11{
22 "extends" : " ../.eslintrc.json" ,
3- "parserOptions" : {
4- "tsconfigRootDir" : " src" ,
5- "project" : " ./tsconfig-base.json"
6- },
73 "overrides" : [
84 {
95 "files" : [" lib/*.d.ts" ],
You can’t perform that action at this time.
0 commit comments