Skip to content

Commit

Permalink
chore: add lint:fix script for fixing lint errors (#1493)
Browse files Browse the repository at this point in the history
* chore: Add fmt command for fixing lint errors
* rename to lint:fix
  • Loading branch information
jcesarmobile committed Jan 11, 2023
1 parent d02f8ea commit ce19a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ce19a3b

Please sign in to comment.