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 b313bac commit e45b424Copy full SHA for e45b424
tools/code-style/package.json
@@ -8,17 +8,17 @@
8
"dependencies": {
9
"@eslint/js": "9.36.0",
10
"eslint": "9.35.0",
11
- "eslint-config-love": "125.0.0",
+ "eslint-config-love": "130.0.0",
12
"eslint-plugin-import": "2.32.0",
13
- "eslint-plugin-jsdoc": "59.1.0",
+ "eslint-plugin-jsdoc": "60.4.1",
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.0"
+ "typescript-eslint": "8.44.1"
22
},
23
"scripts": {
24
"cs-fix": "npm exec -- eslint --fix ."
0 commit comments