Skip to content

Commit 45daa0e

Browse files
committed
fix: prettier-config
1 parent f3f05ab commit 45daa0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prettier-config/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
{
1414
files: ["*.sol"],
1515
options: {
16+
parser: "solidity-parse",
1617
printWidth: 120,
1718
tabWidth: 4,
1819
useTabs: false,
@@ -22,5 +23,5 @@ module.exports = {
2223
},
2324
},
2425
],
25-
plugins: [require("prettier-plugin-solidity")],
26+
plugins: ["prettier-plugin-solidity"],
2627
};

0 commit comments

Comments
 (0)