Skip to content

Commit

Permalink
lint package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
CloudNStoyan committed Nov 4, 2024
1 parent 45cd7fd commit 0cead6a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions eslint-plugin-tsoa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
},
"scripts": {
"build": "rimraf dist && tsc --p tsconfig.build.json",
"lint:eslint-docs": "eslint-doc-generator --check",
"update:eslint-docs": "eslint-doc-generator",
"typecheck": "tsc --p tsconfig.json --noEmit",
"format": "prettier --cache --write .",
"format-check": "prettier --cache --check .",
"lint:eslint-docs": "eslint-doc-generator --check",
"test": "npm run test:only && npm run lint:eslint-docs",
"test:only": "vitest run --dir ./src/rules",
"test": "npm run test:only && npm run lint:eslint-docs"
"typecheck": "tsc --p tsconfig.json --noEmit",
"update:eslint-docs": "eslint-doc-generator"
},
"overrides": {
"@types/eslint": "file:./"
Expand All @@ -54,9 +54,9 @@
"vitest": "^2.1.4"
},
"peerDependencies": {
"@typescript-eslint/parser": ">= 7.0.0",
"@typescript-eslint/parser": ">=7.0.0",
"eslint": ">=8.0.0",
"typescript": ">= 5.0.0"
"typescript": ">=5.0.0"
},
"license": "MIT",
"keywords": [
Expand Down
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export default [
'main',
'exports',
'scripts',
'overrides',
'dependencies',
'devDependencies',
'peerDependencies',
Expand Down

0 comments on commit 0cead6a

Please sign in to comment.