Skip to content

Commit

Permalink
build: add lintfix command
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharis278 committed Sep 7, 2023
1 parent 1d755fb commit 28c28e3
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 @@ -29,6 +29,7 @@
"i18n_extract": "BABEL_ENV=i18n fedx-scripts babel src --quiet > /dev/null",
"is-es5": "es-check es5 ./dist/*.js",
"lint": "fedx-scripts eslint --ext .js --ext .jsx .",
"lint:fix": "fedx-scripts eslint --fix --ext .js --ext .jsx .",
"snapshot": "fedx-scripts jest --updateSnapshot",
"test": "fedx-scripts jest --coverage --passWithNoTests"
},
Expand Down

0 comments on commit 28c28e3

Please sign in to comment.