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

Unified Diff: README.md

Issue 30045555: Noissue - Rename eslint command to lint (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore/
Patch Set: Added info in README Created April 16, 2019, 2:44 p.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 | « no previous file | package.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
--- a/README.md
+++ b/README.md
@@ -78,15 +78,9 @@
$ export BROWSER_SNAPSHOT_DIR="~/snapshots"
Please note, that said folder needs to exist beforehand.
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.
+You can lint the code using [ESLint](http://eslint.org) by running `npm run lint`.
« no previous file with comments | « no previous file | package.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld