diff --git a/package.json b/package.json index b9fb659..5e8f78a 100644 --- a/package.json +++ b/package.json @@ -36,14 +36,6 @@ "type-check": "tsc --noEmit", "type-check:watch": "npm run type-check -- --watch" }, - "lint-staged": { - "*.{html,json,md,yml}": [ - "prettier --write --ignore-path=./.eslintignore" - ], - "*.{ts,js}": [ - "eslint --fix" - ] - }, "resolutions": { "strip-ansi": "6.0.1", "wrap-ansi": "7.0.0", @@ -77,5 +69,13 @@ }, "publishConfig": { "access": "public" + }, + "lint-staged": { + "*.{html,json,md,yml}": [ + "prettier --write --ignore-path=./.eslintignore" + ], + "*.{ts,js}": [ + "eslint --fix" + ] } }