Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webstorm Support #247

Closed
tusharmath opened this issue Sep 4, 2015 · 9 comments

Comments

@tusharmath
Copy link
Contributor

commented Sep 4, 2015

A lot of good work has been done on other IDEs and editors, it would be great to have something for webstorm.

@cesarandreu

This comment has been minimized.

Copy link
Contributor

commented Sep 4, 2015

You can setup eslint with standard as the config, fyi.

@tusharmath

This comment has been minimized.

Copy link
Contributor Author

commented Sep 5, 2015

May be one could put that way of doing things somewhere in the README?

@feross

This comment has been minimized.

Copy link
Member

commented Sep 5, 2015

@tusharmath PR welcome!

@rom1504

This comment has been minimized.

Copy link

commented Oct 1, 2015

I tried setting standard up with webstorm, but it doesn't seem to work, I'm still getting warning about missing semicolons and I'm not sure the eslint thing does anything at all.
So if someone managed to make it work, it would really be useful to add info about it in the README.

@cesarandreu

This comment has been minimized.

Copy link
Contributor

commented Oct 2, 2015

@rom1504 https://github.com/feross/eslint-config-standard

.eslintrc

{
  "extends": [
    "standard"
  ]
}

And in your package.json, you'll wanna install the following:

  • eslint
  • eslint-config-standard
  • eslint-plugin-standard
@tusharmath

This comment has been minimized.

Copy link
Contributor Author

commented Oct 3, 2015

@rom1504 Also make sure you deselect unterminated statement setting in webstorm settings > editor > inspections > Javascript > code style issues

@rom1504

This comment has been minimized.

Copy link

commented Oct 3, 2015

Okay I'll do that, thanks

@gunta

This comment has been minimized.

Copy link

commented Oct 16, 2015

+1

@feross

This comment has been minimized.

Copy link
Member

commented Oct 16, 2015

@cesarandreu Nice - can you send a PR to add this to the readme?

@feross feross closed this in #345 Dec 6, 2015

@lock lock bot locked as resolved and limited conversation to collaborators May 10, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
5 participants
You can’t perform that action at this time.