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: Fix regressions with the new options page Created March 1, 2017, 8:25 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') | background.js » ('J')
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
Thomas Greiner 2017/03/01 17:39:32 This is only useful with a config file so we shoul
kzar 2017/03/02 04:36:01 Not required since the ESLint configuration in thi
Thomas Greiner 2017/03/07 13:33:00 Right, nevermind then.
+
+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') | background.js » ('J')

Powered by Google App Engine
This is Rietveld