chore: clean up

This commit is contained in:
Chen Asraf
2020-08-15 20:22:29 +03:00
parent 0583eb0949
commit 0f69e9ea3f
7 changed files with 52 additions and 45 deletions

View File

@@ -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",