瀏覽代碼

chore: explicitly mark Prettier plugins in ".prettierrc.yml"

Paul Razvan Berg 2 年之前
父節點
當前提交
b6a9d6e188
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .prettierrc.yml

+ 3 - 0
.prettierrc.yml

@@ -1,4 +1,7 @@
 bracketSpacing: true
+plugins:
+  - "@trivago/prettier-plugin-sort-imports"
+  - "prettier-plugin-solidity"
 printWidth: 120
 proseWrap: "always"
 singleQuote: false