diff --git a/package.json b/package.json index 2b6e31e..595aa93 100644 --- a/package.json +++ b/package.json @@ -29,14 +29,6 @@ "type-check": "tsc --noEmit", "type-check:watch": "npm run type-check -- --watch" }, - "lint-staged": { - "*.{html,md,yml}": [ - "prettier --write" - ], - "*.{js,ts,json}": [ - "eslint --fix" - ] - }, "prettier": "@shelf/prettier-config", "devDependencies": { "@shelf/eslint-config": "5.2.3", @@ -61,5 +53,13 @@ }, "publishConfig": { "access": "public" + }, + "lint-staged": { + "*.{html,md,yml}": [ + "prettier --write" + ], + "*.{js,ts,json}": [ + "eslint --fix" + ] } }