Browse Source

chore: remove "arrowParens" Prettier rule

Paul Razvan Berg 2 years ago
parent
commit
7bccd13bd7
1 changed files with 2 additions and 3 deletions
  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"