Skip to content

Commit 910a086

Browse files
authored
🔧 chore: Update prettier config (#26)
1 parent b600b4d commit 910a086

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.prettierrc.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
"test:ui": "vitest --ui",
6666
"typecheck": "tsc --noEmit"
6767
},
68-
"prettier": "@localazy/prettier-config",
6968
"dependencies": {
7069
"@localazy/languages": "^0.1.6",
7170
"lodash-es": "^4.17.21"

0 commit comments

Comments
 (0)