Lodewijkwensveen
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Edited Webstorm doesn't apply eslint settings when formatting
So I moved from TSlint to ESLint, but I'm running into some issues.ESlint sets the max-length to 140, Webstorm gives me a proper error ESLint: This line has a length of 151. Maximum allowed is 140.... -
Created Tslint expects no semicolon for bound class methods, webstorm adds them when auto formatting
I have a function like this inside my class: test = (test1) => {} Now WebStorm adds a semicolon like this: selection = (event) => {}; Then of course Tslint complains that there's unnecessary semico... -
Created Angular modules, directives, services etc can't resolve, show unused and missing imports for external and library
Hi,All of a sudden I'm running into a issue where Webstorm can't seem to resolve external and library modules. For instance, it shows all my methods in my services located in my library as unused.