You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ra...@apache.org on 2021/08/20 10:17:36 UTC

[cordova-lib] branch master updated: docs: correct linter command in Readme (#877)

This is an automated email from the ASF dual-hosted git repository.

raphinesse pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new dd872f0  docs: correct linter command in Readme (#877)
dd872f0 is described below

commit dd872f044211592b11c17d23d56cd17192e4b51f
Author: Alexis THOMAS <at...@users.noreply.github.com>
AuthorDate: Fri Aug 20 12:17:28 2021 +0200

    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 4379416..3d33472 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)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org