Skip to content

Commit 7bb08a0

Browse files
committed
Update linting
1 parent 7c0f7e9 commit 7bb08a0

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,30 +54,30 @@
5454
"@types/node": "^16.18.31",
5555
"@types/sinon": "^10.0.15",
5656
"@types/sinon-chai": "^3.2.9",
57-
"@voxpelli/eslint-config": "^17.0.3",
58-
"@voxpelli/tsconfig": "^7.0.0",
57+
"@voxpelli/eslint-config": "^18.0.0",
58+
"@voxpelli/tsconfig": "^8.0.0",
5959
"c8": "^7.13.0",
6060
"chai": "^4.3.7",
6161
"chai-as-promised": "^7.1.1",
6262
"chai-quantifiers": "^1.0.17",
63-
"eslint": "^8.41.0",
63+
"eslint": "^8.42.0",
6464
"eslint-plugin-es-x": "^7.1.0",
6565
"eslint-plugin-import": "^2.27.5",
66-
"eslint-plugin-jsdoc": "^44.2.5",
66+
"eslint-plugin-jsdoc": "^46.2.0",
6767
"eslint-plugin-mocha": "^10.1.0",
6868
"eslint-plugin-n": "^16.0.0",
6969
"eslint-plugin-promise": "^6.1.1",
7070
"eslint-plugin-security": "^1.7.1",
7171
"eslint-plugin-sort-destructure-keys": "^1.5.0",
7272
"eslint-plugin-unicorn": "^47.0.0",
7373
"husky": "^8.0.3",
74-
"installed-check": "^7.1.0",
74+
"installed-check": "^7.1.1",
7575
"knip": "^2.12.2",
7676
"mocha": "^10.2.0",
7777
"npm-run-all2": "^6.0.5",
7878
"sinon": "^15.1.0",
7979
"sinon-chai": "^3.7.0",
8080
"type-coverage": "^2.26.0",
81-
"typescript": "~5.0.4"
81+
"typescript": "~5.1.3"
8282
}
8383
}

test/.eslintrc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
11
{
2-
"env": {
3-
"mocha": true
4-
},
5-
"rules": {
6-
"no-unused-expressions": 0
7-
}
2+
"extends": "@voxpelli/eslint-config/mocha"
83
}

0 commit comments

Comments
 (0)