Skip to content

Commit

Permalink
fix: add missing lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Jan 10, 2024
1 parent 5a5d38c commit d832fa7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"build-clean": "rimraf ./dist/*",
"build-compile": "tsc",
"build-watch": "tsc --watch",
"build-lint": "eslint src --ext .tsx,.ts",
"format": "prettier --ignore-path=.prettierignore --write . && eslint src --ext .ts,.js --fix",
"lint:check": "eslint src --ext .ts,.js",
"format:check": "prettier --ignore-path=.prettierignore .",
Expand Down

0 comments on commit d832fa7

Please sign in to comment.