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

Unified Diff: README.md

Issue 29375899: Issue 4871 - Start using ESLint for adblockplusui (Closed)
Patch Set: Avoid violating operator-linebreak rule Created March 15, 2017, 4:43 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') | background.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 3155365256a38e18bb292c5cd7610fe825629fc7..0ee109eec6c89e634f49078dac92f955265984d7 100644
--- a/README.md
+++ b/README.md
@@ -94,3 +94,14 @@ parameters:
[crowdin]: https://crowdin.com
+
+Linting
+-------
+
+You can lint the code using [ESLint](http://eslint.org).
+
+ eslint *.js lib ext
+
+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') | background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld