Skip to content

Commit 851cb09

Browse files
Matthias Hechtmatzehecht
authored andcommitted
feat(single-quote): adjust single-quote option to true
BREAKING CHANGE: adjust single-quote option to true
1 parent a1189bf commit 851cb09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/** @type {import('prettier').Config} */
22
module.exports = {
33
printWidth: 120,
4+
singleQuote: true,
45
};

0 commit comments

Comments
 (0)