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

How to configure text editors and IDEs #117

Closed
3 tasks done
koistya opened this issue May 20, 2015 · 4 comments
Closed
3 tasks done

How to configure text editors and IDEs #117

koistya opened this issue May 20, 2015 · 4 comments

Comments

@koistya
Copy link
Member

koistya commented May 20, 2015

How to configure text editors and IDEs to work with React.js, ES6+, JSX, Babel, ESLint...

  • How to configure WebStorm
  • How to configure Atom
  • How to configure SublimeText

See /docs/how-to-configure-text-editors.md

@koistya
Copy link
Member Author

koistya commented May 20, 2015

image

@koistya koistya closed this as completed Feb 21, 2016
@Stupidism
Copy link

Hello, now we have our .eslintrc moved into package.json.
How can we configure editors and IDEs then?

@koistya
Copy link
Member Author

koistya commented Apr 15, 2016

@stupidisum editors use eslint npm module behind the scene which is capable of reading configuration from package.json.

Here is an example how to configure WebStorm IDE to use ESLint:

image

It should work fine, even though there is no .eslintrc file, but all ESLint settings are located in package.json.

@lukemt
Copy link

lukemt commented Jan 26, 2017

How about visual studio code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants