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 fc47bf0 commit 5e7b94dCopy full SHA for 5e7b94d
.prettierrc
@@ -2,5 +2,10 @@
2
"tabWidth": 4,
3
"useTabs": false,
4
"semi": true,
5
- "printWidth": 100
+ "printWidth": 80,
6
+ "singleQuote": true,
7
+ "bracketSpacing": true,
8
+ "arrowParens": "always",
9
+ "trailingComma": "all",
10
+ "bracketSameLine": false
11
}
0 commit comments