mgechev / codelyzer

Static analysis for Angular projects.
http://codelyzer.com/
MIT License
2.45k stars 235 forks source link

component-selector rule does not work as expected #707

Closed marbug closed 6 years ago

marbug commented 6 years ago

Hello.

I tried this with node v8.11.4 and v.10.9.0 and Angular6

Steps to reproduce are the following:

P.S. Please take a look for more details at https://github.com/marbug/test-lint/blob/master/v8.11.4/README.md https://github.com/marbug/test-lint/blob/master/v10.9.0/README.md

mgechev commented 6 years ago

Thanks for the detailed description. We'll take a look at this in the next few days.

marbug commented 6 years ago

the root of the issue: the additional marbug-app/src/tslint.json file has been automatically generated, which also has component-selector rule by default, and it redefines component-selector rule from marbug-app/tslint.json by default prefix. Sorry for disturbing. Closing the issue...

mgechev commented 6 years ago

No worries.