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

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


The following commit(s) were added to refs/heads/master by this push:
     new ce19a3b4 chore: add lint:fix script for fixing lint errors (#1493)
ce19a3b4 is described below

commit ce19a3b4454c3bfe3c5054543deedba7f482ae4d
Author: jcesarmobile <[email protected]>
AuthorDate: Wed Jan 11 02:06:16 2023 +0100

    chore: add lint:fix script for fixing lint errors (#1493)
    
    * chore: Add fmt command for fixing lint errors
    * rename to lint:fix
---
 package.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package.json b/package.json
index 79e84cc7..9926d569 100644
--- a/package.json
+++ b/package.json
@@ -15,6 +15,7 @@
     "prepare": "cordova-js build > templates/project/assets/www/cordova.js",
     "test": "npm run lint && npm run cover && npm run java-unit-tests",
     "lint": "eslint lib spec test \"templates/cordova/**/!(*.*)\"",
+    "lint:fix": "npm run lint -- --fix",
     "unit-tests": "jasmine --config=spec/unit/jasmine.json",
     "cover": "nyc jasmine --config=spec/coverage.json",
     "e2e-tests": "jasmine --config=spec/e2e/jasmine.json",


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to