瀏覽代碼

chore: remove "arrowParens" Prettier rule

Paul Razvan Berg 2 年之前
父節點
當前提交
7bccd13bd7
共有 1 個文件被更改,包括 2 次插入3 次删除
  1. 2 3
      .prettierrc.yml

+ 2 - 3
.prettierrc.yml

@@ -1,10 +1,9 @@
-arrowParens: avoid
 bracketSpacing: true
-endOfLine: auto
+endOfLine: "auto"
 printWidth: 120
 singleQuote: false
 tabWidth: 2
-trailingComma: all
+trailingComma: "all"
 
 overrides:
   - files: "*.sol"