Skip to content

Commit

Permalink
feat(single-quote): adjust single-quote option to true
Browse files Browse the repository at this point in the history
BREAKING CHANGE: adjust single-quote option to true
  • Loading branch information
Matthias Hecht authored and matzehecht committed May 9, 2024
1 parent a1189bf commit 851cb09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/** @type {import('prettier').Config} */
module.exports = {
printWidth: 120,
singleQuote: true,
};

0 comments on commit 851cb09

Please sign in to comment.