Skip to content

Commit 5dc6c64

Browse files
authored
add default default prettier config (#220)
This is useful to avoid prettier to pick up global prettier config in case it is different from what is used in the project.
1 parent 5f2c262 commit 5dc6c64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
]
4545
]
4646
},
47+
"prettier": {},
4748
"scripts": {
4849
"build": "pika build",
4950
"lint": "eslint --ignore-path .gitignore --ext .js,.ts src",

0 commit comments

Comments
 (0)