We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5b85b67 + a7a0f2c commit cfe90acCopy full SHA for cfe90ac
2 files changed
.prettierrc
.prettierrc.json
@@ -1,12 +1,13 @@
1
{
2
- "printWidth": 120,
3
- "tabWidth": 4,
4
- "useTabs": false,
5
- "semi": true,
6
- "singleQuote": false,
7
- "quoteProps": "consistent",
8
- "trailingComma": "es5",
9
- "bracketSpacing": true,
10
- "arrowParens": "always",
11
- "endOfLine": "lf"
+ "printWidth": 120,
+ "tabWidth": 4,
+ "useTabs": false,
+ "semi": true,
+ "singleQuote": false,
+ "jsxSingleQuote": false,
+ "quoteProps": "consistent",
+ "trailingComma": "all",
+ "bracketSpacing": true,
+ "arrowParens": "always",
12
+ "endOfLine": "lf"
13
}
0 commit comments