You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 12, 2022. It is now read-only.
Copy the `.eslintrc` file from this repos `linters` directory to your project root.
52
52
53
53
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))
55
55
- Atom (Requires [Atom Linter](https://github.com/atom-community/linter) and [Linter ESLint](https://github.com/AtomLinter/linter-eslint))
56
56
- Webstorm ([Docs on enabling ESLint](https://www.jetbrains.com/webstorm/help/eslint.html))
57
57
58
58
## Editor Config
59
59
[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)
61
60
- Sublime Text ([Plugin](https://github.com/sindresorhus/editorconfig-sublime))
62
61
- Atom ([Plugin](https://github.com/sindresorhus/atom-editorconfig))
62
+
- Webstorm (No plugin. Should work out of the box)
63
63
64
64
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).
0 commit comments