@open-xchange/linter-presets 1.9.0 → 1.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/eslint/core/jsdoc.js +4 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -24,7 +24,7 @@ export default function jsdoc() {
|
|
|
24
24
|
class: false,
|
|
25
25
|
const: false,
|
|
26
26
|
constant: false,
|
|
27
|
-
constructor: false,
|
|
27
|
+
"tag constructor": false,
|
|
28
28
|
extends: false,
|
|
29
29
|
},
|
|
30
30
|
},
|
|
@@ -41,6 +41,9 @@ export default function jsdoc() {
|
|
|
41
41
|
},
|
|
42
42
|
},
|
|
43
43
|
// configure plugin rules
|
|
44
|
+
// Note: These custom override rules must be located after the TS setup block above (instead of adding them
|
|
45
|
+
// to the "rules" option inside the leading "flat/recommended-error" block), otherwise they would be
|
|
46
|
+
// overwritten for all TS files.
|
|
44
47
|
{
|
|
45
48
|
name: "core.jsdoc.rules",
|
|
46
49
|
files: SRC_GLOB,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-xchange/linter-presets",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.1",
|
|
4
4
|
"description": "Configuration presets for ESLint and StyleLint",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"eslint-plugin-jest": "^29.0.1",
|
|
55
55
|
"eslint-plugin-jest-dom": "^5.5.0",
|
|
56
56
|
"eslint-plugin-jest-extended": "^3.0.0",
|
|
57
|
-
"eslint-plugin-jsdoc": "^55.0
|
|
57
|
+
"eslint-plugin-jsdoc": "^55.4.0",
|
|
58
58
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
59
59
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
60
60
|
"eslint-plugin-license-header": "^0.8.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"eslint-plugin-testing-library": "^7.6.8",
|
|
68
68
|
"eslint-plugin-vue": "^10.4.0",
|
|
69
69
|
"eslint-plugin-yml": "^1.18.0",
|
|
70
|
-
"globals": "^16.
|
|
70
|
+
"globals": "^16.4.0",
|
|
71
71
|
"picomatch": "^4.0.3",
|
|
72
72
|
"postcss-html": "^1.8.0",
|
|
73
73
|
"stylelint-config-standard": "^39.0.0",
|