Skip to content

Commit d18d914

Browse files
committed
Update dev dependencies
1 parent 73b0aa9 commit d18d914

File tree

2 files changed

+14
-35
lines changed

2 files changed

+14
-35
lines changed

.eslintrc

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,13 @@
11
{
22
"root": true,
3-
"plugins": [
4-
"jsdoc",
5-
"unicorn"
6-
],
73
"extends": [
8-
"@socketsecurity",
9-
"plugin:jsdoc/recommended"
4+
"@socketsecurity/eslint-config/jsdoc"
105
],
11-
"settings": {
12-
"jsdoc": {
13-
"mode": "typescript"
14-
}
15-
},
166
"parserOptions": {
177
"project": "./tsconfig.json"
188
},
199
"rules": {
2010
"@typescript-eslint/quotes": ["error", "single", { "avoidEscape": true, "allowTemplateLiterals": false }],
21-
"no-console": "warn",
22-
23-
"jsdoc/check-types": "off",
24-
"jsdoc/no-undefined-types": "off",
25-
"jsdoc/require-jsdoc": "warn",
26-
"jsdoc/require-param-description": "off",
27-
"jsdoc/require-property-description": "off",
28-
"jsdoc/require-returns-description": "off",
29-
"jsdoc/require-yields": "off",
30-
"jsdoc/valid-types": "off",
31-
32-
"unicorn/expiring-todo-comments": "warn"
11+
"no-console": "warn"
3312
}
3413
}

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,35 +44,35 @@
4444
"test": "run-s check test:*"
4545
},
4646
"devDependencies": {
47-
"@socketsecurity/eslint-config": "^1.0.0",
47+
"@socketsecurity/eslint-config": "^2.0.0",
4848
"@tsconfig/node14": "^1.0.3",
4949
"@types/chai": "^4.3.3",
5050
"@types/chai-as-promised": "^7.1.5",
5151
"@types/mocha": "^10.0.0",
52-
"@types/node": "^14.18.31",
53-
"@typescript-eslint/eslint-plugin": "^5.44.0",
54-
"@typescript-eslint/parser": "^5.44.0",
52+
"@types/node": "^14.18.36",
53+
"@typescript-eslint/eslint-plugin": "^5.51.0",
54+
"@typescript-eslint/parser": "^5.51.0",
5555
"c8": "^7.12.0",
5656
"chai": "^4.3.6",
5757
"chai-as-promised": "^7.1.1",
5858
"dependency-check": "^5.0.0-7",
59-
"eslint": "^8.28.0",
59+
"eslint": "^8.34.0",
6060
"eslint-config-standard": "^17.0.0",
6161
"eslint-config-standard-jsx": "^11.0.0",
62-
"eslint-import-resolver-typescript": "^3.5.2",
63-
"eslint-plugin-import": "^2.26.0",
64-
"eslint-plugin-jsdoc": "^39.5.0",
65-
"eslint-plugin-n": "^15.5.1",
62+
"eslint-import-resolver-typescript": "^3.5.3",
63+
"eslint-plugin-import": "^2.27.5",
64+
"eslint-plugin-jsdoc": "^40.0.0",
65+
"eslint-plugin-n": "^15.6.1",
6666
"eslint-plugin-promise": "^6.1.1",
67-
"eslint-plugin-react": "^7.31.11",
67+
"eslint-plugin-react": "^7.32.2",
6868
"eslint-plugin-react-hooks": "^4.6.0",
6969
"eslint-plugin-unicorn": "^45.0.2",
70-
"husky": "^8.0.1",
70+
"husky": "^8.0.3",
7171
"installed-check": "^6.0.5",
7272
"mocha": "^10.0.0",
7373
"npm-run-all2": "^6.0.2",
7474
"type-coverage": "^2.24.1",
75-
"typescript": "~4.9.3"
75+
"typescript": "~4.9.5"
7676
},
7777
"dependencies": {
7878
"ajv": "^8.11.2",

0 commit comments

Comments
 (0)