Index: README.md |
=================================================================== |
--- a/README.md |
+++ b/README.md |
@@ -78,15 +78,9 @@ |
$ export BROWSER_SNAPSHOT_DIR="~/snapshots" |
Please note, that said folder needs to exist beforehand. |
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. |
+You can lint the code using [ESLint](http://eslint.org) by running `npm run lint`. |