diff --git a/package.json b/package.json index 55d99896..4e922bd5 100644 --- a/package.json +++ b/package.json @@ -31,14 +31,14 @@ "lint:staged": "lint-staged" }, "lint-staged": { - "*.{ts,tsx,astro}": [ - "npm run lint:js" + "*.{ts,tsx,astro.json}": [ + "eslint" ], "*.css": [ - "npm run lint:css" + "stylelint --config '.config/.stylelintrc.json'" ], "*.md": [ - "npm run lint:md" + "markdownlint --config '.config/.markdownlint.json'" ] }, "dependencies": {