소스 검색

chore: add "compiler" option in prettier config

Paul Razvan Berg 3 년 전
부모
커밋
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