Преглед изворни кода

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"