We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5bd7b5 commit 5a2057eCopy full SHA for 5a2057e
tools/code-style/package.json
@@ -6,19 +6,19 @@
6
"node": ">=20.18"
7
},
8
"dependencies": {
9
- "@eslint/js": "9.22.0",
+ "@eslint/js": "9.23.0",
10
"eslint": "9.14.0",
11
"eslint-config-love": "119.0.0",
12
"eslint-plugin-editorconfig": "4.0.3",
13
"eslint-plugin-import": "2.31.0",
14
- "eslint-plugin-jsdoc": "50.6.6",
+ "eslint-plugin-jsdoc": "50.6.8",
15
"eslint-plugin-license-header": "0.8.0",
16
"eslint-plugin-n": "17.16.2",
17
"eslint-plugin-promise": "7.2.1",
18
"eslint-plugin-simple-import-sort": "12.1.1",
19
"eslint-plugin-tsdoc": "0.4.0",
20
"globals": "^16.0.0",
21
- "typescript-eslint": "8.26.1"
+ "typescript-eslint": "8.27.0"
22
23
"scripts": {
24
"cs-fix": "npm exec -- eslint --fix ."
0 commit comments