Skip to content

Commit 20ab9c2

Browse files
committed
Update prettier config
1 parent f21efe5 commit 20ab9c2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.prettierrc.js

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
module.exports = {
22
singleQuote: true,
33
trailingComma: 'es5',
4+
overrides: [
5+
{
6+
files: '.changeset/pre.json',
7+
options: { parser: 'json-stringify' },
8+
},
9+
],
410
};

0 commit comments

Comments
 (0)