Skip to content

Commit 0bbec16

Browse files
authored
Merge pull request #1846 from kleros/fix/prettier-config
fix: prettier-config
2 parents f3f05ab + 45daa0e commit 0bbec16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prettier-config/index.js

+2-1
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)