Skip to content

Commit

Permalink
fix: include solhint config file in contracts templates
Browse files Browse the repository at this point in the history
  • Loading branch information
vplasencia committed Dec 18, 2024
1 parent 2b9fde2 commit ea83409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/cli-template-contracts-foundry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
".editorconfig",
".env.example",
".prettierignore",
".prettierrc.json"
".prettierrc.json",
".solhint.json"
],
"packageManager": "yarn@4.1.0"
}
3 changes: 2 additions & 1 deletion packages/cli-template-contracts-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
".prettierrc.json",
"hardhat.config.ts",
"tsconfig.json",
"README.md"
"README.md",
".solhint.json"
],
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ea83409

Please sign in to comment.