This commit is contained in:
Felicio Mununga 2024-10-29 14:51:15 +01:00
parent 6e5ee1dedd
commit 892706a316
No known key found for this signature in database
GPG Key ID: B8A18D62FCD9EA6E
3 changed files with 2851 additions and 8640 deletions

1
.prettierignore Normal file
View File

@ -0,0 +1 @@
pnpm-lock.yaml

View File

@ -13,14 +13,13 @@
"keywords": [], "keywords": [],
"scripts": { "scripts": {
"preinstall": "npx only-allow pnpm", "preinstall": "npx only-allow pnpm",
"postinstall": "patch-package",
"prepare": "husky install", "prepare": "husky install",
"test": "turbo run test --filter=@status-im/* -- --run", "test": "turbo run test --filter=@status-im/* -- --run",
"dev": "turbo run dev --filter=@status-im/* --parallel", "dev": "turbo run dev --filter=@status-im/* --parallel",
"build": "turbo run build --filter=@status-im/*", "build": "turbo run build --filter=@status-im/*",
"lint": "turbo run lint --filter=@status-im/* --filter=web", "lint": "turbo run lint --filter=@status-im/* --filter=web",
"typecheck": "turbo run typecheck", "typecheck": "turbo run typecheck",
"format": "prettier --ignore-path .gitignore --write .", "format": "prettier --write .",
"clean": "turbo run clean && rimraf node_modules", "clean": "turbo run clean && rimraf node_modules",
"storybook": "pnpm --filter @status-im/components storybook" "storybook": "pnpm --filter @status-im/components storybook"
}, },
@ -35,7 +34,6 @@
"@types/prettier": "^2.7.2", "@types/prettier": "^2.7.2",
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^13.2.0", "lint-staged": "^13.2.0",
"patch-package": "^6.5.1",
"prettier": "^3.3.3", "prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6", "prettier-plugin-tailwindcss": "^0.6.6",
"@types/react": "^18.0.33", "@types/react": "^18.0.33",
@ -52,7 +50,7 @@
"packageManager": "pnpm@9.12.3", "packageManager": "pnpm@9.12.3",
"lint-staged": { "lint-staged": {
"*.{md,mdx,yml,yaml,json}": [ "*.{md,mdx,yml,yaml,json}": [
"prettier --ignore-path .gitignore --write" "prettier --write"
] ]
}, },
"pnpm": { "pnpm": {

File diff suppressed because it is too large Load Diff