mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 18:08:48 -07:00
chore(web): organize prettier trigger order (#3538)
* chore(web): organize prettier trigger order * fix package.json * fix package.json
This commit is contained in:
parent
6da51deb83
commit
88e92332ee
@ -3,5 +3,6 @@
|
|||||||
"trailingComma": "all",
|
"trailingComma": "all",
|
||||||
"printWidth": 120,
|
"printWidth": 120,
|
||||||
"semi": true,
|
"semi": true,
|
||||||
"organizeImportsSkipDestructiveCodeActions": true
|
"organizeImportsSkipDestructiveCodeActions": true,
|
||||||
|
"plugins": ["prettier-plugin-svelte", "prettier-plugin-tailwindcss"]
|
||||||
}
|
}
|
||||||
|
@ -13,8 +13,8 @@
|
|||||||
"check:all": "npm run check:code && npm run test:cov",
|
"check:all": "npm run check:code && npm run test:cov",
|
||||||
"lint": "eslint . --max-warnings 0",
|
"lint": "eslint . --max-warnings 0",
|
||||||
"lint:fix": "npm run lint -- --fix",
|
"lint:fix": "npm run lint -- --fix",
|
||||||
"format": "prettier --check --plugin-search-dir=. .",
|
"format": "prettier --check .",
|
||||||
"format:fix": "prettier --write --plugin-search-dir=. .",
|
"format:fix": "prettier --write .",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"test:cov": "jest --coverage",
|
"test:cov": "jest --coverage",
|
||||||
"test:watch": "npm test -- --watch"
|
"test:watch": "npm test -- --watch"
|
||||||
|
Loading…
Reference in New Issue
Block a user