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.
@@ -56,6 +58,9 @@ You must use the relevant plugins for your editor/IDE for this to work. Here is
56
58
- Atom (Requires [Atom Linter](https://github.com/atom-community/linter) and [Linter ESLint](https://github.com/AtomLinter/linter-eslint))
57
59
- Webstorm ([Docs on enabling ESLint](https://www.jetbrains.com/webstorm/help/eslint.html))
58
60
61
+
## Strict Mode
62
+
Always declare `'use strict';` at the top of every javascript file. This will ensure that any linters used know that all files are in strict mode.
63
+
59
64
## Editor Config
60
65
[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:
61
66
- Sublime Text ([Plugin](https://github.com/sindresorhus/editorconfig-sublime))
0 commit comments