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

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -