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.
Short description of the problem:
After upgrade to Ionic 3, tslint shows errors even for external typescript libraries inside the
node_modules
folder.What behavior are you expecting?
tslint should lint files under
src
folder only.Steps to reproduce:
create an empty ionic project
install a dependency which includes the typescript files (e.g. ng2-dynamic-forms/core)
import the module into the app module (modify the
app.module.ts
as follows):run the linter
Which @ionic/app-scripts version are you using?
2.1.4
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)
related issues: #482 & #161
The text was updated successfully, but these errors were encountered: