Skip to content

Commit

Permalink
chore(eslint): change eslint cmd to report unnecessary `disable com…
Browse files Browse the repository at this point in the history
…ments`

See: BIDS-128
  • Loading branch information
MarcelBitfly committed Aug 9, 2024
1 parent 3279409 commit 8f788d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
"lint": "eslint . --report-unused-disable-directives",
"lint:fix": "npm run lint -- --fix"
},
"devDependencies": {
"@nuxt/eslint": "^0.3.13",
Expand Down

0 comments on commit 8f788d8

Please sign in to comment.