We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b600b4d commit 910a086Copy full SHA for 910a086
.prettierrc.js
@@ -0,0 +1,8 @@
1
+import localazyConfig from '@localazy/prettier-config';
2
+
3
+/** @type {import('prettier').Config} */
4
+const config = {
5
+ ...localazyConfig,
6
+};
7
8
+export default config;
package.json
@@ -65,7 +65,6 @@
65
"test:ui": "vitest --ui",
66
"typecheck": "tsc --noEmit"
67
},
68
- "prettier": "@localazy/prettier-config",
69
"dependencies": {
70
"@localazy/languages": "^0.1.6",
71
"lodash-es": "^4.17.21"
0 commit comments