Skip to content

Commit

Permalink
rename to lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Oct 27, 2022
1 parent 249dd47 commit d860bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +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/**/!(*.*)\"",
"fmt": "eslint lib spec test \"templates/cordova/**/!(*.*)\" --fix",
"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 d860bb7

Please sign in to comment.