You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following linting errors appeared on master. I suppose it was due to a `tslint` update.
```
packages/@ngtools/json-schema/src/schema-tree.ts[34, 23]: Type boolean trivially inferred from a boolean literal, remove type annotation
packages/@ngtools/json-schema/src/schema-tree.ts[35, 21]: Type boolean trivially inferred from a boolean literal, remove type annotation
packages/@ngtools/json-schema/src/schema-tree.ts[250, 22]: Type boolean trivially inferred from a boolean literal, remove type annotation
packages/@ngtools/webpack/src/compiler_host.ts[103, 19]: Type boolean trivially inferred from a boolean literal, remove type annotation
packages/@ngtools/webpack/src/plugin.ts[50, 23]: Type boolean trivially inferred from a boolean literal, remove type annotation
packages/@ngtools/webpack/src/plugin.ts[51, 32]: Type boolean trivially inferred from a boolean literal, remove type annotation
packages/@ngtools/webpack/src/refactor.ts[33, 21]: Type boolean trivially inferred from a boolean literal, remove type annotation
packages/angular-cli/lib/webpack/compression-plugin.ts[29, 22]: Type number trivially inferred from a number literal, remove type annotation
packages/angular-cli/lib/webpack/compression-plugin.ts[30, 21]: Type number trivially inferred from a number literal, remove type annotation
tests/acceptance/get-dependent-files.spec.ts[3, 64]: trailing whitespace
```
0 commit comments