Remove Prettier

This commit is contained in:
Quentin Gliech
2024-10-22 16:16:41 +02:00
parent b6279dc9f5
commit 32be63ac14
4 changed files with 0 additions and 22 deletions

View File

@@ -1,4 +0,0 @@
.storybook/locales.ts
locales/*.json
src/routeTree.gen.ts
src/gql/*

View File

@@ -73,7 +73,6 @@
"postcss": "^8.4.47",
"postcss-modules": "^6.0.0",
"postcss-nesting": "^13.0.0",
"prettier": "3.3.3",
"react-test-renderer": "^18.3.1",
"rimraf": "^6.0.1",
"storybook": "^8.3.5",

View File

@@ -29,7 +29,6 @@
"@tsconfig/strictest": "^2.0.2",
"@types/command-line-args": "^5.2.2",
"@types/node": "^22.0.0",
"prettier": "^3.0.3",
"tsx": "^4.16.2",
"typescript": "^5.2.2"
}
@@ -2154,21 +2153,6 @@
"node": ">=10"
}
},
"node_modules/prettier": {
"version": "3.3.3",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.3.3.tgz",
"integrity": "sha512-i2tDNA0O5IrMO757lfrdQZCc2jPNDVntV0m/+4whiDfWaTKfMNgR7Qz0NAeGz/nRqF4m5/6CLzbP4/liHt12Ew==",
"dev": true,
"bin": {
"prettier": "bin/prettier.cjs"
},
"engines": {
"node": ">=14"
},
"funding": {
"url": "https://github.com/prettier/prettier?sponsor=1"
}
},
"node_modules/promise-inflight": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz",

View File

@@ -31,7 +31,6 @@
"@tsconfig/strictest": "^2.0.2",
"@types/command-line-args": "^5.2.2",
"@types/node": "^22.0.0",
"prettier": "^3.0.3",
"tsx": "^4.16.2",
"typescript": "^5.2.2"
},