File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 44 // number of errors/warnings per rule recorded at Tue Nov 28 2023 15:38:17 GMT+0100 (Central European Standard Time)
55 "rules" : {
66 "max-lines-per-function" : " off" , // 1 warning
7- "no-console" : " off" , // 9 warnings
87 "@typescript-eslint/naming-convention" : " off" , // 7 warnings
98 "@typescript-eslint/no-floating-promises" : " off" , // 1 error
109 "@typescript-eslint/no-unnecessary-condition" : " off" , // 3 warnings
Original file line number Diff line number Diff line change 55 "rules" : {
66 "arrow-body-style" : " off" , // 3 warnings
77 "max-lines-per-function" : " off" , // 1 warning
8- "no-console" : " off" , // 1 warning
98 "prefer-template" : " off" , // 3 warnings
109 "@typescript-eslint/no-confusing-void-expression" : " off" , // 2 warnings
1110 "@typescript-eslint/no-floating-promises" : " off" , // 5 errors
Original file line number Diff line number Diff line change 33 // temporarily disable failing rules so `nx lint` passes
44 // number of errors/warnings per rule recorded at Tue Nov 28 2023 15:38:26 GMT+0100 (Central European Standard Time)
55 "rules" : {
6- "no-console" : " off" , // 1 warning
76 "no-param-reassign" : " off" , // 4 errors
87 "@typescript-eslint/consistent-type-definitions" : " off" , // 2 warnings
98 "@typescript-eslint/no-unsafe-assignment" : " off" , // 14 errors
Original file line number Diff line number Diff line change 66 "arrow-body-style" : " off" , // 1 warning
77 "curly" : " off" , // 1 warning
88 "max-lines-per-function" : " off" , // 6 warnings
9- "no-console" : " off" , // 14 warnings
109 "no-magic-numbers" : " off" , // 21 warnings
1110 "no-param-reassign" : " off" , // 25 errors
1211 "prefer-template" : " off" , // 12 warnings
You can’t perform that action at this time.
0 commit comments