chore: prettify script with plugins

This commit is contained in:
Hazork 2021-09-20 09:55:53 -03:00
parent eb868d4b3e
commit c917f369a8
2 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,5 @@
/ignore
/node_modules
/coverage
/coverage
/dist
/CHANGELOG.md

View File

@ -8,7 +8,7 @@
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prettify": "prettier . --write",
"prettify": "prettier . --write --plugin prettier-plugin-jsdoc --plugin prettier-plugin-organize-imports",
"lint": "tsc --noEmit && eslint . --ext .ts",
"lint:fix": "eslint . --ext .ts --fix",
"version": "auto-changelog -p && git add CHANGELOG.md"