wbuchwalter / tslint-loader

tslint loader for webpack
193 stars 65 forks source link

Respecting codelyzer #87

Open morriq opened 6 years ago

morriq commented 6 years ago

Hello, am I doing something wrong or this loader not respecting codelyzer? I can not find any tips in google so i'll try here.

tslint-loaders warns me about unsupoorted rules:

Could not find implementations for the following rules specified in the configuration:

import-destructing-spacing
no-unused-css
angular-whitespace
banana-in-box
templates-no-negated-async
use-view-encapsulation
use-life-cycle-interface
templates-use-public
no-access-missing-member
invoke-injectable
template-to-ng-template
pipe-impure
directive-selector
component-selector
use-input-property-decorator
use-output-property-decorator
use-host-property-decorator
no-attribute-parameter-decorator
no-input-rename
no-output-rename
no-forward-ref
use-pipe-transform-interface
pipe-naming
directive-class-suffix

this rulles are from codelyzer.