tslint - Exclude one .html file from codelyzer linting -
while working on ngx-bootstrap, have extracted part of datepicker logic separate class, , not codelyzer shows lot of issues like:
property "viewmode" you're trying access not exist in class declaration.
such exclude of file doesn't work:
``` tslint \"src/**/*.ts\" -c tslint.json --type-check -p src/tsconfig.spec.json -e \"**/bs-datepicker-view.html\"
```
thanks in advance
Comments
Post a Comment