mirror of
https://github.com/chenasraf/venom.git
synced 2026-05-17 17:28:08 +00:00
chore: clean up
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
"migrate": "ts-node ./node_modules/typeorm/cli -f ./ormconfig.ts migration:run",
|
||||
"seed": "ts-node ./src/seed/index.ts",
|
||||
"lint": "lint:code",
|
||||
"lint:code": "eslint src/**/*.{ts,js}",
|
||||
"lint:code": "eslint --no-error-on-unmatched-pattern src/**/*.{ts,js}",
|
||||
"lint:markdown": "markdownlint **/*.md",
|
||||
"format": "prettier \"**/*.ts\" --ignore-path ./.prettierignore --write",
|
||||
"typecheck": "tsc --noEmit",
|
||||
|
||||
Reference in New Issue
Block a user