You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2020. It is now read-only.
What you mention is not the only problem. It's also that tslint in version 5.11.0 doesn't properly use linterOptions when linting on file by file basis. The master branch on tslint has this fixed, but there hasn't been any releases for 5 months.
Right now I have worked around this in my fork of ionic-app-scripts: npm i https://github.com/maksymilian-majer/ionic-app-scripts\#linter-dist
I have also prepared a PR based on your suggestion, but I will submit it once tslint has been updated, cause now it won't do any good.
Short description of the problem:
Adding linterOptions to tslint.json has no effect.
What behavior are you expecting?
Adding linterOptions to tslint.json should work, e.g. exclude some project files from linting.
Steps to reproduce:
tslint.json
(example below)ionic-app-scripts lint
Which @ionic/app-scripts version are you using?
3.1.0
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
ionic-app-scripts/src/lint/lint-factory.ts
Lines 80 to 84 in ab96e23
The above function should be something like this:
Possibly related PR: #1204
The text was updated successfully, but these errors were encountered: