Skip to content

Commit

Permalink
feat(general): added lint:fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
serge1peshcoff committed Mar 26, 2020
1 parent 14f55e5 commit 49d403e
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 @@ -30,6 +30,7 @@
"scripts": {
"test": "NODE_ENV=test npm run db:setup && jest test/**/*.test.js --runInBand --forceExit",
"lint": "node_modules/.bin/eslint .",
"lint:fix": "node_modules/.bin/eslint --fix .",
"lint-staged": "lint-staged",
"db:create": "sequelize db:create",
"db:setup": "sequelize db:drop; sequelize db:create; sequelize db:migrate",
Expand Down

0 comments on commit 49d403e

Please sign in to comment.