Editor Configuration
- VSCode
- Atom
- Sublime
- Other
tip
vscode will suggest installing the plugins recommended by electron-react-boilerplate. This is the recommended way of installing the recommended editor plugins
If you would like to manually install the plugins you can use the code
executable. If you have code
in your PATH
, you can run the following command:
code --install-extension dbaeumer.vscode-eslint
code --install-extension dzannotti.vscode-babel-coloring
code --install-extension EditorConfig.EditorConfig
apm install editorconfig linter linter-eslint language-babel atom-typescript