Skip to content

Commit b32a909

Browse files
committed
Remove hardhat from lintstaged
1 parent ae634fb commit b32a909

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.lintstagedrc.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,9 @@ const buildNextEslintCommand = (filenames) =>
77

88
const checkTypesNextCommand = () => "yarn next:check-types";
99

10-
const buildHardhatEslintCommand = (filenames) =>
11-
`yarn hardhat:lint-staged --fix ${filenames
12-
.map((f) => path.relative(path.join("packages", "hardhat"), f))
13-
.join(" ")}`;
14-
1510
module.exports = {
1611
"packages/nextjs/**/*.{ts,tsx}": [
1712
buildNextEslintCommand,
1813
checkTypesNextCommand,
1914
],
20-
"packages/hardhat/**/*.{ts,tsx}": [buildHardhatEslintCommand],
2115
};

0 commit comments

Comments
 (0)