Skip to content
This repository was archived by the owner on Sep 12, 2022. It is now read-only.

Commit b02bc38

Browse files
committed
Reorder editors for consistenc
1 parent a2bc277 commit b02bc38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ npm install --save-dev eslint-config-airbnb eslint
5151
Copy the `.eslintrc` file from this repos `linters` directory to your project root.
5252

5353
You must use the relevant plugins for your editor/IDE for this to work. Here is a list of common plugins:
54-
- Sublime (Requires [Sublime Linter](http://www.sublimelinter.com/en/latest/) and [Sublime Linter ESLint](https://github.com/roadhump/SublimeLinter-eslint))
54+
- Sublime Text (Requires [Sublime Linter](http://www.sublimelinter.com/en/latest/) and [Sublime Linter ESLint](https://github.com/roadhump/SublimeLinter-eslint))
5555
- Atom (Requires [Atom Linter](https://github.com/atom-community/linter) and [Linter ESLint](https://github.com/AtomLinter/linter-eslint))
5656
- Webstorm ([Docs on enabling ESLint](https://www.jetbrains.com/webstorm/help/eslint.html))
5757

5858
## Editor Config
5959
[BESK](https://bitbucket.org/mbst/besk) and [FESK](https://bitbucket.org/mbst/fesk) contain an `.editorconfig` file with out common editor settings. For this to take effect you must install the relevant [Editor Config](http://editorconfig.org) plugin for your editor/IDE. Some common ones are:
60-
- Webstorm (No plugin. Should work out of the box)
6160
- Sublime Text ([Plugin](https://github.com/sindresorhus/editorconfig-sublime))
6261
- Atom ([Plugin](https://github.com/sindresorhus/atom-editorconfig))
62+
- Webstorm (No plugin. Should work out of the box)
6363

6464
If your editor/IDE isn't listed above, a list of available plugins can be found in the [Editor Config documentation](http://editorconfig.org/#download).
6565

0 commit comments

Comments
 (0)