| Index: README.md |
| diff --git a/README.md b/README.md |
| index 3155365256a38e18bb292c5cd7610fe825629fc7..0ee109eec6c89e634f49078dac92f955265984d7 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -94,3 +94,14 @@ parameters: |
| [crowdin]: https://crowdin.com |
| + |
| +Linting |
| +------- |
| + |
| +You can lint the code using [ESLint](http://eslint.org). |
| + |
| + eslint *.js lib ext |
|
Thomas Greiner
2017/03/01 17:39:32
This is only useful with a config file so we shoul
kzar
2017/03/02 04:36:01
Not required since the ESLint configuration in thi
Thomas Greiner
2017/03/07 13:33:00
Right, nevermind then.
|
| + |
| +You will need to set up ESLint and our configuration first, see |
| +[eslint-config-eyeo](https://hg.adblockplus.org/codingtools/file/tip/eslint-config-eyeo) |
| +for more information. |