Skip to content

Commit

Permalink
Update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jun 3, 2023
1 parent 7c0f7e9 commit 7bb08a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,30 +54,30 @@
"@types/node": "^16.18.31",
"@types/sinon": "^10.0.15",
"@types/sinon-chai": "^3.2.9",
"@voxpelli/eslint-config": "^17.0.3",
"@voxpelli/tsconfig": "^7.0.0",
"@voxpelli/eslint-config": "^18.0.0",
"@voxpelli/tsconfig": "^8.0.0",
"c8": "^7.13.0",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"chai-quantifiers": "^1.0.17",
"eslint": "^8.41.0",
"eslint": "^8.42.0",
"eslint-plugin-es-x": "^7.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsdoc": "^44.2.5",
"eslint-plugin-jsdoc": "^46.2.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-n": "^16.0.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sort-destructure-keys": "^1.5.0",
"eslint-plugin-unicorn": "^47.0.0",
"husky": "^8.0.3",
"installed-check": "^7.1.0",
"installed-check": "^7.1.1",
"knip": "^2.12.2",
"mocha": "^10.2.0",
"npm-run-all2": "^6.0.5",
"sinon": "^15.1.0",
"sinon-chai": "^3.7.0",
"type-coverage": "^2.26.0",
"typescript": "~5.0.4"
"typescript": "~5.1.3"
}
}
7 changes: 1 addition & 6 deletions test/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
{
"env": {
"mocha": true
},
"rules": {
"no-unused-expressions": 0
}
"extends": "@voxpelli/eslint-config/mocha"
}

0 comments on commit 7bb08a0

Please sign in to comment.