|
@@ -1,15 +0,0 @@
|
|
|
-{
|
|
|
|
|
- "prettier.eslintIntegration": true,
|
|
|
|
|
- "printWidth": 180,
|
|
|
|
|
- "tabWidth": 2,
|
|
|
|
|
- "eslintIntegration": true,
|
|
|
|
|
- "stylelintIntegration": true,
|
|
|
|
|
- "singleQuote": true,
|
|
|
|
|
- "semi": false,
|
|
|
|
|
- "trailingComma": "none",
|
|
|
|
|
- "bracketSpacing": true,
|
|
|
|
|
- "quoteProps": "consistent",
|
|
|
|
|
- "htmlWhitespaceSensitivity": "ignore",
|
|
|
|
|
- "arrowParens": "avoid",
|
|
|
|
|
- "jsxBracketSameLine": true
|
|
|
|
|
-}
|
|
|