Skip to content

Commit

Permalink
chore: modernize eslint command
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Sep 9, 2024
1 parent 6d806dc commit 32f2f81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"build": "run-s build:*",
"check:installed-check": "installed-check -i @voxpelli/eslint-config -i eslint",
"check:knip": "knip",
"check:lint": "eslint --report-unused-disable-directives .",
"check:lint": "eslint",
"check:tsc": "tsc",
"check:type-coverage": "type-coverage --detail --strict --at-least 99 --ignore-files 'test/*'",
"check": "run-s clean && run-p check:*",
Expand All @@ -44,15 +44,15 @@
"test": "run-s check test:*"
},
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.39",
"@voxpelli/eslint-config": "^20.0.0",
"@voxpelli/eslint-config": "^21.0.0",
"@voxpelli/tsconfig": "^13.0.0",
"c8": "^10.1.2",
"chai": "^4.4.1",
"eslint": "^9.7.0",
"husky": "^9.0.11",
"chai": "^4.5.0",
"eslint": "^9.9.1",
"husky": "^9.1.5",
"installed-check": "^9.3.0",
"knip": "^5.26.0",
"mocha": "^10.6.0",
Expand Down

0 comments on commit 32f2f81

Please sign in to comment.