diff --git a/package.json b/package.json index 81f5fbe..72ca244 100644 --- a/package.json +++ b/package.json @@ -38,14 +38,6 @@ "type-check": "tsc --noEmit", "type-check:watch": "pnpm run type-check -- --watch" }, - "lint-staged": { - "*.{html,json,md,yml}": [ - "prettier --write" - ], - "*.{js,ts}": [ - "eslint --fix" - ] - }, "prettier": "@shelf/prettier-config", "dependencies": { "@shelf/is-audio-filepath": "3.0.1", @@ -73,5 +65,13 @@ }, "publishConfig": { "access": "public" + }, + "lint-staged": { + "*.{html,json,md,yml}": [ + "prettier --write" + ], + "*.{js,ts}": [ + "eslint --fix" + ] } }