Index: README.md |
=================================================================== |
--- a/README.md |
+++ b/README.md |
@@ -87,13 +87,13 @@ |
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/ |
+ npm run eslint |
-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 will need to run at first |
+ |
+ npm install |