prettier.config.mjs 93 B

12345
  1. import solidity from "prettier-plugin-solidity";
  2. export default {
  3. plugins: [solidity],
  4. };