Skip to content

Commit

Permalink
Fix lint-staged lint:knip command (#607)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelblum authored Dec 12, 2024
1 parent d2ed488 commit 3ff32fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint-staged.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
"api/src/**/*.{ts,tsx,js,jsx,json,css,md}": () => ["npm --prefix api run lint:eslint", "npm --prefix api run lint:knip"],
"api/**/*.{ts,tsx}": () => "npm --prefix api run lint:tsc",
"api/**/*.{js,json,md,yml,yaml}": () => "npm --prefix api run lint:prettier",
"site/src/**/*.{ts,tsx,js,jsx,json,css,md}": () => ["npm --prefix site run lint:eslint", "lint --prefix site run lint:knip"],
"site/src/**/*.{ts,tsx,js,jsx,json,css,md}": () => ["npm --prefix site run lint:eslint", "npm --prefix site run lint:knip"],
"site/**/*.{ts,tsx}": () => "npm --prefix site run lint:tsc",
"site/**/*.{js,json,md,yml,yaml}": () => "npm --prefix site run lint:prettier",
"site/src/**/*.{ts,tsx,css}": () => "npm --prefix site run lint:style",
Expand Down

0 comments on commit 3ff32fc

Please sign in to comment.