Skip to content

Commit

Permalink
Merge pull request #510 from tablelandnetwork/joe/fix-pretty-conf
Browse files Browse the repository at this point in the history
add the solidity plugin to the prettier config
  • Loading branch information
joewagner authored Jul 9, 2024
2 parents 2ed51dd + 4a7aed0 commit 32052e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"semi": true,
"trailingComma": "es5"
"trailingComma": "es5",
"plugins": ["prettier-plugin-solidity"]
}

0 comments on commit 32052e9

Please sign in to comment.