Browse Source

chore: add "compiler" option in prettier config

Paul Razvan Berg 3 years ago
parent
commit
97a83cdcc7
1 changed files with 1 additions and 0 deletions
  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