Просмотр исходного кода

chore: add "compiler" option in prettier config

Paul Razvan Berg 3 лет назад
Родитель
Сommit
97a83cdcc7
1 измененных файлов с 1 добавлено и 0 удалено
  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