Skip to content

Commit f77df8d

Browse files
authored
fix: include solhint config file in contracts templates (#929)
1 parent 2b9fde2 commit f77df8d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/cli-template-contracts-foundry/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
".editorconfig",
3939
".env.example",
4040
".prettierignore",
41-
".prettierrc.json"
41+
".prettierrc.json",
42+
".solhint.json"
4243
],
4344
"packageManager": "[email protected]"
4445
}

packages/cli-template-contracts-hardhat/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
".prettierrc.json",
1717
"hardhat.config.ts",
1818
"tsconfig.json",
19-
"README.md"
19+
"README.md",
20+
".solhint.json"
2021
],
2122
"publishConfig": {
2223
"access": "public"

0 commit comments

Comments
 (0)