diff --git a/ghost/admin/package.json b/ghost/admin/package.json index c715de8c7e..4973714d9d 100644 --- a/ghost/admin/package.json +++ b/ghost/admin/package.json @@ -173,8 +173,12 @@ "ember": { "edition": "octane" }, + "lint-staged": { + "*.hbs": "ember-template-lint", + "*.js": "eslint" + }, "dependencies": { "path-browserify": "1.0.1", "webpack": "5.74.0" } -} \ No newline at end of file +}