From dd872f044211592b11c17d23d56cd17192e4b51f Mon Sep 17 00:00:00 2001 From: Alexis THOMAS Date: Fri, 20 Aug 2021 12:17:28 +0200 Subject: [PATCH] docs: correct linter command in Readme (#877) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4379416f6..3d33472dd 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Contains npm modules used primarily by [cordova](https://github.com/apache/cordo This package exposes the following commands; -* `npm run eslint` - runs a linter (eslint) on relevant source and test code +* `npm run lint` - runs a linter (eslint) on relevant source and test code * `npm run unit-tests` - runs the unit tests (via jasmine) from the `spec/` directory * `npm run cover` - runs istanbul code coverage tool to measure unit test code coverage * `npm run e2e-tests` - runs heavy integration tests from the `integration-tests/` directory (WARNING: these take a long time to run and rely on file and network I/O)