| Index: README.md |
| diff --git a/README.md b/README.md |
| index 6315cf46d6d38dbb9f4d2e1616a922ae9695e515..a7db3127b92fe5ee9f99c5fd311bb947b2e9a9cb 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -50,3 +50,14 @@ extension's Options page, open the JavaScript Console and type in: |
| location.href = "qunit/index.html"; |
| The unit tests will run automatically once the page loads. |
| + |
| +Linting |
| +------- |
| + |
| +You can lint the code using [ESLint](http://eslint.org). |
| + |
| + eslint *.js lib/ qunit/ ext/ chrome/ |
|
Sebastian Noack
2017/03/29 17:14:09
Do you have to specify all files/subdirectories? C
|
| + |
| +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. |