Skip to content

Commit

Permalink
Merge pull request #317 from rubiin/feat/eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
rubiin authored Oct 1, 2023
2 parents 58b6b6c + 06ec265 commit 0d5d058
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 58 deletions.
52 changes: 0 additions & 52 deletions .eslintrc.cjs

This file was deleted.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"scripts": {
"build": "nest build",
"lint": "eslint '{src,test}/**/*.ts' --cache",
"lint:fix": "eslint '{src,test}/**/*.ts' --cache --fix --debug",
"lint:fix": "eslint '{src,test}/**/*.ts' --cache --fix",
"orm": "npx mikro-orm",
"prebuild": "rimraf dist",
"sample": "cd env; npx sample-env --env .env.dev",
Expand Down Expand Up @@ -149,7 +149,7 @@
"@nestjs/cli": "10.1.18",
"@nestjs/schematics": "10.0.2",
"@nestjs/testing": "10.2.6",
"@rubiin/eslint-config": "^1.8.6-beta.9",
"@rubiin/eslint-config": "^1.8.6-beta.10",
"@rubiin/tsconfig": "^1.1.0",
"@sentry/types": "^7.72.0",
"@side/jest-runtime": "^1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0d5d058

Please sign in to comment.