Chore: command format prettier run, yarn workspace run, build run ! (#882)
* Add custom package without @babel dependencies The @ggallon/prettier-plugin-sort-imports@^3.4.2-canary.0" have only peer dependencies * Update .prettierignore
This commit is contained in:
parent
6b023ee596
commit
429a1c5ffc
3 changed files with 15 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
||||||
assets
|
assets
|
||||||
**/assets
|
**/assets
|
||||||
|
**/coverage
|
||||||
**/dist
|
**/dist
|
||||||
**/extension/editor
|
**/extension/editor
|
||||||
**/out
|
**/out
|
||||||
|
|
|
@ -42,6 +42,7 @@
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@swc-node/jest": "^1.4.3",
|
"@swc-node/jest": "^1.4.3",
|
||||||
|
"@ggallon/prettier-plugin-sort-imports": "^3.4.2-canary.0",
|
||||||
"@tldraw/lfg": "latest",
|
"@tldraw/lfg": "latest",
|
||||||
"@types/jest": "^27.4.0",
|
"@types/jest": "^27.4.0",
|
||||||
"@types/node": "^17.0.14",
|
"@types/node": "^17.0.14",
|
||||||
|
@ -64,9 +65,6 @@
|
||||||
"typescript": "^4.7.3",
|
"typescript": "^4.7.3",
|
||||||
"webpack": "^5.68.0"
|
"webpack": "^5.68.0"
|
||||||
},
|
},
|
||||||
"resolutions": {
|
|
||||||
"@trivago/prettier-plugin-sort-imports/**/@babel/parser": "^7.17.0"
|
|
||||||
},
|
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*": "prettier --ignore-unknown --write",
|
"*": "prettier --ignore-unknown --write",
|
||||||
"*.{ts,tsx}": "eslint --fix"
|
"*.{ts,tsx}": "eslint --fix"
|
||||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -1874,6 +1874,14 @@
|
||||||
intl-messageformat "10.0.1"
|
intl-messageformat "10.0.1"
|
||||||
tslib "2.4.0"
|
tslib "2.4.0"
|
||||||
|
|
||||||
|
"@ggallon/prettier-plugin-sort-imports@^3.4.2-canary.0":
|
||||||
|
version "3.4.2-canary.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/@ggallon/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.4.2-canary.0.tgz#46fac68966ec27367fca0feb5bb627b19218a022"
|
||||||
|
integrity sha512-wb0xyAGce5j8FFh9f7c0+Cpog2tzz5zkNQGcuRgheesC/F5HC5Dl0sWw4sETbgBNfDLNPyQfP9YktGQ9TC/CFA==
|
||||||
|
dependencies:
|
||||||
|
javascript-natural-sort "^0.7.1"
|
||||||
|
lodash "^4.17.21"
|
||||||
|
|
||||||
"@grpc/grpc-js@^1.3.2":
|
"@grpc/grpc-js@^1.3.2":
|
||||||
version "1.5.5"
|
version "1.5.5"
|
||||||
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.5.5.tgz#f850a1bb7de8a1d0bb4821aabd3655d1c928d4c6"
|
resolved "https://registry.yarnpkg.com/@grpc/grpc-js/-/grpc-js-1.5.5.tgz#f850a1bb7de8a1d0bb4821aabd3655d1c928d4c6"
|
||||||
|
@ -7978,6 +7986,11 @@ jake@^10.8.5:
|
||||||
filelist "^1.0.1"
|
filelist "^1.0.1"
|
||||||
minimatch "^3.0.4"
|
minimatch "^3.0.4"
|
||||||
|
|
||||||
|
javascript-natural-sort@^0.7.1:
|
||||||
|
version "0.7.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/javascript-natural-sort/-/javascript-natural-sort-0.7.1.tgz#f9e2303d4507f6d74355a73664d1440fb5a0ef59"
|
||||||
|
integrity sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==
|
||||||
|
|
||||||
jest-changed-files@^27.5.1:
|
jest-changed-files@^27.5.1:
|
||||||
version "27.5.1"
|
version "27.5.1"
|
||||||
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.5.1.tgz#a348aed00ec9bf671cc58a66fcbe7c3dfd6a68f5"
|
resolved "https://registry.yarnpkg.com/jest-changed-files/-/jest-changed-files-27.5.1.tgz#a348aed00ec9bf671cc58a66fcbe7c3dfd6a68f5"
|
||||||
|
|
Loading…
Reference in a new issue