Skip to content

Commit

Permalink
chore: add lint:inspect command
Browse files Browse the repository at this point in the history
  • Loading branch information
ocamilomontealegre committed Nov 7, 2024
1 parent c91a783 commit 82a2d6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"lint": "eslint src",
"lint:fix": "npx lint --fix",
"lint:verbose": "npx lint --debug",
"lint:inspect": "npx @eslint/config-inspector@latest",
"ts": "npx tsc --noEmit",
"ts:verbose": "npx tsc --noEmit --diagnostics",
"format": "npx prettier --write '**/*.{js,ts,json,yml}'",
Expand Down Expand Up @@ -66,6 +67,7 @@
"dependencies": {
"@chiguitech/node-common": "^0.0.1",
"@cspell/eslint-plugin": "^8.15.5",
"@eslint/config-inspector": "0.5.6",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
Expand Down

0 comments on commit 82a2d6c

Please sign in to comment.