Skip to content

Commit

Permalink
Update .husky/pre-commit.js
Browse files Browse the repository at this point in the history
Co-authored-by: The Dark Jester <thedarkjester@users.noreply.github.com>
Signed-off-by: kyzooghost <73516204+kyzooghost@users.noreply.github.com>
  • Loading branch information
kyzooghost and thedarkjester authored Dec 20, 2024
1 parent 919b326 commit 1426dbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const FILE_EXTENSION_FILTERS = {
// File extension => script in package.json to run
const FILE_EXTENSION_LINTING_COMMAND = {
[FILE_EXTENSION.TYPESCRIPT]: "pnpm run lint:ts:fix",
[FILE_EXTENSION.SOLIDITY]: "pnpm run lint:sol",
[FILE_EXTENSION.SOLIDITY]: "pnpm run lint:sol:fix",
};

// Project => Path in monorepo
Expand Down

0 comments on commit 1426dbf

Please sign in to comment.