Explorar el Código

chore: remove "arrowParens" Prettier rule

Paul Razvan Berg hace 2 años
padre
commit
7bccd13bd7
Se han modificado 1 ficheros con 2 adiciones y 3 borrados
  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"