We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f21efe5 commit 20ab9c2Copy full SHA for 20ab9c2
.prettierrc.js
@@ -1,4 +1,10 @@
1
module.exports = {
2
singleQuote: true,
3
trailingComma: 'es5',
4
+ overrides: [
5
+ {
6
+ files: '.changeset/pre.json',
7
+ options: { parser: 'json-stringify' },
8
+ },
9
+ ],
10
};
0 commit comments