lanjianrong 5 年之前
父節點
當前提交
e985e4c1b2
共有 1 個文件被更改,包括 0 次插入15 次删除
  1. 0 15
      .prettierrc.json

+ 0 - 15
.prettierrc.json

@@ -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
-}