mirror of
https://github.com/arthurfiorette/axios-cache-interceptor.git
synced 2025-12-08 17:36:16 +00:00
chore: prettify script with plugins
This commit is contained in:
parent
eb868d4b3e
commit
c917f369a8
@ -1,3 +1,5 @@
|
||||
/ignore
|
||||
/node_modules
|
||||
/coverage
|
||||
/coverage
|
||||
/dist
|
||||
/CHANGELOG.md
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user