We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7db1aea commit 0859b05Copy full SHA for 0859b05
prettier.config.js
@@ -4,6 +4,9 @@ module.exports = {
4
endOfLine: 'lf',
5
6
// 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)
10
singleQuote: true,
11
12
// See https://github.com/airbnb/javascript/tree/eslint-config-airbnb-v16.1.0#whitespace--max-len
0 commit comments