Przeglądaj źródła

chore: add "compiler" option in prettier config

Paul Razvan Berg 3 lat temu
rodzic
commit
97a83cdcc7
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      .prettierrc.yml

+ 1 - 0
.prettierrc.yml

@@ -13,4 +13,5 @@ trailingComma: all
 overrides:
   - files: "*.sol"
     options:
+      compiler: "0.8.15"
       tabWidth: 4