We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9981180 commit e3bb124Copy full SHA for e3bb124
tools/code-style/package.json
@@ -6,19 +6,19 @@
6
"node": ">=20.18"
7
},
8
"dependencies": {
9
- "@eslint/js": "9.36.0",
+ "@eslint/js": "9.37.0",
10
"eslint": "9.35.0",
11
"eslint-config-love": "130.0.0",
12
"eslint-plugin-import": "2.32.0",
13
- "eslint-plugin-jsdoc": "60.4.1",
+ "eslint-plugin-jsdoc": "60.8.0",
14
"eslint-plugin-license-header": "0.8.0",
15
"eslint-plugin-n": "17.23.1",
16
"eslint-plugin-promise": "7.2.1",
17
"eslint-plugin-simple-import-sort": "12.1.1",
18
"eslint-plugin-tsdoc": "0.4.0",
19
"globals": "^16.0.0",
20
"neostandard": "0.12.2",
21
- "typescript-eslint": "8.44.1"
+ "typescript-eslint": "8.45.0"
22
23
"scripts": {
24
"cs-fix": "npm exec -- eslint --fix ."
0 commit comments