vladborsh / ngxs-effects

🔥 Gracefully separate the decorator-powered effects logic from the definition of the storage itself
MIT License
13 stars 4 forks source link

Fix linter warning #6

Open vladborsh opened 4 years ago

vladborsh commented 4 years ago

Actual behavior

Next warning appears during running linter check

Could not find implementations for the following rules specified in the configuration:
    component-class-suffix
    component-selector
    contextual-lifecycle
    directive-class-suffix
    directive-selector
    no-conflicting-lifecycle
    no-host-metadata-property
    no-input-rename
    no-inputs-metadata-property
    no-output-native
    no-output-on-prefix
    no-output-rename
    no-outputs-metadata-property
    template-banana-in-box
    template-no-negated-async
    use-lifecycle-interface
    use-pipe-transform-interface

Expected behavior

No warning during lint check

Desired fix

Check rule names changes in codelizer