Skip to content

Commit e05ebb5

Browse files
committed
[noissue] fix formatting
1 parent 81bd611 commit e05ebb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.prettierrc.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,11 @@ module.exports = {
1515
trailingComma: 'none',
1616
},
1717
},
18+
{
19+
files: '*.json',
20+
options: {
21+
trailingComma: 'none',
22+
},
23+
},
1824
],
1925
};

0 commit comments

Comments
 (0)