We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c26e65f commit ebb836eCopy full SHA for ebb836e
.eslintrc
@@ -20,18 +20,7 @@
20
"plugin:prettier/recommended"
21
],
22
"rules": {
23
- "prettier/prettier": [
24
- "warn",
25
- {
26
- "semi": true,
27
- "trailingComma": "all",
28
- "singleQuote": false,
29
- "printWidth": 120,
30
- "tabWidth": 4,
31
- "useTabs": true,
32
- "arrowParens": "avoid"
33
- }
34
- ],
+ "prettier/prettier": "warn",
35
"@typescript-eslint/array-type": [
36
"warn",
37
{
.prettierrc
@@ -0,0 +1,9 @@
1
+{
2
+ "semi": true,
3
+ "trailingComma": "all",
4
+ "singleQuote": false,
5
+ "printWidth": 120,
6
+ "tabWidth": 4,
7
+ "useTabs": true,
8
+ "arrowParens": "avoid"
9
+}
0 commit comments