Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29375915: Issue 4878 - Start using ESLint for adblockpluscore (Closed)
Patch Set: Removed unused imports Created March 15, 2017, 3:11 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .eslintrc.json ('k') | lib/common.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index dacd16ee782131dcaff0e309736a683de1628c14..62909f5486cfe41f4b18587ec93daa49ab3fa142 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, with each module being loaded in a new frame.
*Note*: Currently this environment is limited to ECMAScript 5, this limitation
should hopefully be resolved soon.
+
+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.
« no previous file with comments | « .eslintrc.json ('k') | lib/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld