Skip to content

Commit 0859b05

Browse files
committed
"[...] Your carpal tunnel will thank you for using single quotes"
1 parent 7db1aea commit 0859b05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

prettier.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ module.exports = {
44
endOfLine: 'lf',
55

66
// See https://github.com/airbnb/javascript/tree/eslint-config-airbnb-v16.1.0#strings--quotes
7+
//
8+
// ["Holding down the shift key every time you want a string kinda stinks. Your carpal tunnel will
9+
// thank you for using single quotes."](https://github.com/airbnb/javascript/issues/269#issuecomment-107319162)
710
singleQuote: true,
811

912
// See https://github.com/airbnb/javascript/tree/eslint-config-airbnb-v16.1.0#whitespace--max-len

0 commit comments

Comments
 (0)