tslint.json (angular-11.0.1) | : | tslint.json (angular-11.0.2) | ||
---|---|---|---|---|
skipping to change at line 51 | skipping to change at line 51 | |||
true, | true, | |||
{ | { | |||
"order": [ | "order": [ | |||
"static-field", | "static-field", | |||
"instance-field", | "instance-field", | |||
"static-method", | "static-method", | |||
"instance-method" | "instance-method" | |||
] | ] | |||
} | } | |||
], | ], | |||
// TODO(gkalpak): Fix the code and enable this to align with CLI. (Failures: | ||||
114) | ||||
// "no-any": true, | ||||
"no-console": [ | "no-console": [ | |||
true, | true, | |||
"debug", | "debug", | |||
"info", | "info", | |||
"time", | "time", | |||
"timeEnd", | "timeEnd", | |||
"trace" | "trace" | |||
], | ], | |||
"no-empty": false, | "no-empty": false, | |||
"no-inferrable-types": [ | "no-inferrable-types": [ | |||
true, | true, | |||
"ignore-params" | "ignore-params" | |||
], | ], | |||
// TODO(gkalpak): Fix the code and enable this to align with CLI. (Failures: 59) | // TODO(gkalpak): Fix the code and enable this to align with CLI. (Failures: 59) | |||
// "no-non-null-assertion": true, | // "no-non-null-assertion": true, | |||
"no-redundant-jsdoc": true, | "no-redundant-jsdoc": true, | |||
// TODO(gkalpak): Fix the code and remove this to align with CLI. | ||||
"no-switch-case-fall-through": true, | "no-switch-case-fall-through": true, | |||
"no-var-requires": false, | "no-var-requires": false, | |||
"object-literal-key-quotes": [ | "object-literal-key-quotes": [ | |||
true, | true, | |||
"as-needed" | "as-needed" | |||
], | ], | |||
"quotemark": [ | "quotemark": [ | |||
true, | true, | |||
"single" | "single" | |||
], | ], | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 0 lines changed or added |