We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfe7c28 commit 92457dcCopy full SHA for 92457dc
1 file changed
README.md
@@ -61,8 +61,8 @@ We follow Prettier's strategy for populating their plugins in the object `pretti
61
<script>
62
async function format(code) {
63
return await prettier.format(code, {
64
- parser: "solidity-parse",
65
- plugins: [solidityPlugin],
+ parser: 'solidity-parse',
+ plugins: [solidityPlugin]
66
});
67
}
68
0 commit comments