Skip to content

Commit

Permalink
[fix] Solidity prettier plugin
Browse files Browse the repository at this point in the history
Not having this as a root dependency alongside the prettierrc was breaking prettier
for me
  • Loading branch information
landakram committed Jan 8, 2022
1 parent 003b4d3 commit ba4765a
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 0 deletions.
92 changes: 92 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"husky": "^7.0.2",
"lerna": "^4.0.0",
"prettier": "^2.4.0",
"prettier-plugin-solidity": "^1.0.0-beta.19",
"typescript": "^4.4.3"
}
}

0 comments on commit ba4765a

Please sign in to comment.