Browse Source

chore: remove "arrowParens" Prettier rule

Paul Razvan Berg 2 năm trước cách đây
mục cha
commit
7bccd13bd7
1 tập tin đã thay đổi với 2 bổ sung3 xóa
  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"