Lodewijkwensveen
- 活动总数 21
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
已编辑于 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.... -
创建于 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... -
创建于 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.