| Index: README.md |
| diff --git a/README.md b/README.md |
| index b1a0ca8268335a375a6d126ee64f1dda4471532d..e807b0ae30bbe74d22a96e6f5527484a03f05538 100644 |
| --- a/README.md |
| +++ b/README.md |
| @@ -31,3 +31,14 @@ The tests under `test/browser` require a browser environment. `npm test` will |
| run these in a headless browser, but you can also run them in a real one by |
| opening |
| [test/browser/elemHideEmulation.html](test/browser/elemHideEmulation.html). |
| + |
| +Linting |
| +------- |
| + |
| +You can lint the code using [ESLint](http://eslint.org). |
| + |
| + eslint *.js chrome lib test |
| + |
| +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. |