We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0bc98c commit ef53ca1Copy full SHA for ef53ca1
.prettierrc
@@ -2,7 +2,6 @@
2
"arrowParens": "avoid",
3
"bracketSpacing": true,
4
"endOfLine": "lf",
5
- "htmlWhitespaceSensitivity": "css",
6
"insertPragma": false,
7
"singleAttributePerLine": false,
8
"bracketSameLine": false,
@@ -18,7 +17,5 @@
18
17
"trailingComma": "none",
19
"useTabs": false,
20
"embeddedLanguageFormatting": "auto",
21
- "vueIndentScriptAndStyle": false,
22
- "filepath": "/Users/opsparkowl/Documents/opspark/dev_shop/opspark/.eslintrc.js",
23
"parser": "babel"
24
}
0 commit comments