Skip to content

Commit

Permalink
fixed script
Browse files Browse the repository at this point in the history
  • Loading branch information
plxity committed Dec 5, 2024
1 parent ab41179 commit cf14c9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"openapispec:generate": "npx @hey-api/openapi-ts",
"run:cli": "ts-node src/cli/index.ts",
"run:sample": "ts-node sample.ts",
"eslint": "eslint src/**/*.{ts,js} --config ./.eslintrc.js",
"eslint": "eslint src/**/*.{ts,js} --config ./.eslint.config.mjs",
"prettier": "prettier --write src/**/*.{ts,js}",
"prettier:check": "prettier --check src/**/*.{ts,js}"
},
Expand Down

0 comments on commit cf14c9c

Please sign in to comment.