File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 63
63
"tsdoc/syntax" : " warn" ,
64
64
65
65
// Typescript Rules
66
- "@typescript-eslint/ban-ts-comment" : " error " ,
67
- "@typescript-eslint/no-explicit-any" : " error " ,
68
- "@typescript-eslint/no-inferrable-types" : " error " ,
69
- "@typescript-eslint/no-non-null-asserted-optional-chain" : " error " ,
70
- "@typescript-eslint/no-non-null-assertion" : " error " ,
71
- "@typescript-eslint/no-var-requires" : " error " ,
72
- "@typescript-eslint/ban-types" : " error " ,
73
- "@typescript-eslint/no-duplicate-enum-values" : " error " ,
66
+ "@typescript-eslint/ban-ts-comment" : " warn " ,
67
+ "@typescript-eslint/no-explicit-any" : " warn " ,
68
+ "@typescript-eslint/no-inferrable-types" : " warn " ,
69
+ "@typescript-eslint/no-non-null-asserted-optional-chain" : " warn " ,
70
+ "@typescript-eslint/no-non-null-assertion" : " warn " ,
71
+ "@typescript-eslint/no-var-requires" : " warn " ,
72
+ "@typescript-eslint/ban-types" : " warn " ,
73
+ "@typescript-eslint/no-duplicate-enum-values" : " warn " ,
74
74
75
75
// Typescript rule to enforce PascalCase naming convention for types and interfaces
76
76
"@typescript-eslint/naming-convention" : [
You can’t perform that action at this time.
0 commit comments