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: Remove the arrow-parens rule Created March 9, 2017, 10:29 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
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.

Powered by Google App Engine
This is Rietveld