diff --git a/package.json b/package.json index db256ba..9f4f680 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "test": "npm run lint && npm run types && node --test", "types": "tsc -p tsconfig.json", "lint": "eslint . && prettier --check \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"", - "fmt": "prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"" + "fix": "eslint . --fix && prettier --write \"**/*.js\" \"**/*.json\" \"**/*.md\" \"**/*.ts\"" }, "engines": { "node": "18 || 20 || 21"