@open-xchange/linter-presets 0.8.9 → 0.8.11
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 +9 -0
- package/package.json +50 -51
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@open-xchange/linter-presets",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.11",
|
|
4
4
|
"description": "Configuration presets for ESLint and StyleLint",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,58 +21,57 @@
|
|
|
21
21
|
"test": "cd test && eslint ."
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@babel/core": "7.
|
|
25
|
-
"@babel/eslint-parser": "7.25.9",
|
|
26
|
-
"@babel/plugin-proposal-decorators": "7.25.9",
|
|
27
|
-
"@eslint-community/eslint-plugin-eslint-comments": "4.4.
|
|
28
|
-
"@eslint/compat": "1.2.
|
|
29
|
-
"@eslint/js": "9.
|
|
30
|
-
"@eslint/markdown": "6.2.1",
|
|
31
|
-
"@stylistic/eslint-plugin": "2.
|
|
32
|
-
"@stylistic/eslint-plugin-migrate": "2.
|
|
33
|
-
"@stylistic/stylelint-config": "2.0.0",
|
|
34
|
-
"@stylistic/stylelint-plugin": "3.1.1",
|
|
35
|
-
"@vitest/eslint-plugin": "1.1.7",
|
|
36
|
-
"confusing-browser-globals": "1.0.11",
|
|
37
|
-
"eslint-import-resolver-typescript": "3.6.3",
|
|
38
|
-
"eslint-plugin-chai-expect": "3.1.0",
|
|
39
|
-
"eslint-plugin-codeceptjs": "1.3.0",
|
|
40
|
-
"eslint-plugin-eslint-plugin": "6.3.1",
|
|
41
|
-
"eslint-plugin-import": "2.31.0",
|
|
42
|
-
"eslint-plugin-jest": "28.8.3",
|
|
43
|
-
"eslint-plugin-jest-dom": "5.4.0",
|
|
44
|
-
"eslint-plugin-jsdoc": "50.4.3",
|
|
45
|
-
"eslint-plugin-jsonc": "2.16.0",
|
|
46
|
-
"eslint-plugin-jsx-a11y": "6.10.
|
|
47
|
-
"eslint-plugin-jsx-expressions": "1.3.2",
|
|
48
|
-
"eslint-plugin-license-header": "0.6.1",
|
|
49
|
-
"eslint-plugin-n": "17.
|
|
50
|
-
"eslint-plugin-promise": "7.1.0",
|
|
51
|
-
"eslint-plugin-react": "7.37.2",
|
|
52
|
-
"eslint-plugin-react-hooks": "5.0.0",
|
|
53
|
-
"eslint-plugin-react-hooks-static-deps": "1.0.7",
|
|
54
|
-
"eslint-plugin-react-refresh": "0.4.14",
|
|
55
|
-
"eslint-plugin-testing-library": "6.4.0",
|
|
56
|
-
"eslint-plugin-yml": "1.
|
|
57
|
-
"find-up": "7.0.0",
|
|
58
|
-
"globals": "15.11.0",
|
|
59
|
-
"picomatch": "4.0.2",
|
|
60
|
-
"stylelint-config-standard": "36.0.1",
|
|
61
|
-
"stylelint-config-standard-less": "3.0.1",
|
|
62
|
-
"stylelint-config-standard-scss": "13.1.0",
|
|
63
|
-
"stylelint-plugin-license-header": "1.0.3",
|
|
64
|
-
"typescript-eslint": "8.
|
|
24
|
+
"@babel/core": "^7.26.0",
|
|
25
|
+
"@babel/eslint-parser": "^7.25.9",
|
|
26
|
+
"@babel/plugin-proposal-decorators": "^7.25.9",
|
|
27
|
+
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.1",
|
|
28
|
+
"@eslint/compat": "^1.2.2",
|
|
29
|
+
"@eslint/js": "^9.14.0",
|
|
30
|
+
"@eslint/markdown": "^6.2.1",
|
|
31
|
+
"@stylistic/eslint-plugin": "^2.10.1",
|
|
32
|
+
"@stylistic/eslint-plugin-migrate": "^2.10.1",
|
|
33
|
+
"@stylistic/stylelint-config": "^2.0.0",
|
|
34
|
+
"@stylistic/stylelint-plugin": "^3.1.1",
|
|
35
|
+
"@vitest/eslint-plugin": "^1.1.7",
|
|
36
|
+
"confusing-browser-globals": "^1.0.11",
|
|
37
|
+
"eslint-import-resolver-typescript": "^3.6.3",
|
|
38
|
+
"eslint-plugin-chai-expect": "^3.1.0",
|
|
39
|
+
"eslint-plugin-codeceptjs": "^1.3.0",
|
|
40
|
+
"eslint-plugin-eslint-plugin": "^6.3.1",
|
|
41
|
+
"eslint-plugin-import": "^2.31.0",
|
|
42
|
+
"eslint-plugin-jest": "^28.8.3",
|
|
43
|
+
"eslint-plugin-jest-dom": "^5.4.0",
|
|
44
|
+
"eslint-plugin-jsdoc": "^50.4.3",
|
|
45
|
+
"eslint-plugin-jsonc": "^2.16.0",
|
|
46
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
47
|
+
"eslint-plugin-jsx-expressions": "^1.3.2",
|
|
48
|
+
"eslint-plugin-license-header": "^0.6.1",
|
|
49
|
+
"eslint-plugin-n": "^17.12.0",
|
|
50
|
+
"eslint-plugin-promise": "^7.1.0",
|
|
51
|
+
"eslint-plugin-react": "^7.37.2",
|
|
52
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
53
|
+
"eslint-plugin-react-hooks-static-deps": "^1.0.7",
|
|
54
|
+
"eslint-plugin-react-refresh": "^0.4.14",
|
|
55
|
+
"eslint-plugin-testing-library": "^6.4.0",
|
|
56
|
+
"eslint-plugin-yml": "^1.15.0",
|
|
57
|
+
"find-up": "^7.0.0",
|
|
58
|
+
"globals": "^15.11.0",
|
|
59
|
+
"picomatch": "^4.0.2",
|
|
60
|
+
"stylelint-config-standard": "^36.0.1",
|
|
61
|
+
"stylelint-config-standard-less": "^3.0.1",
|
|
62
|
+
"stylelint-config-standard-scss": "^13.1.0",
|
|
63
|
+
"stylelint-plugin-license-header": "^1.0.3",
|
|
64
|
+
"typescript-eslint": "^8.12.2"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@types/confusing-browser-globals": "1.0.3",
|
|
68
|
-
"@types/
|
|
69
|
-
"@
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"typescript": "5.6.3"
|
|
67
|
+
"@types/confusing-browser-globals": "^1.0.3",
|
|
68
|
+
"@types/picomatch": "^3.0.1",
|
|
69
|
+
"@typescript-eslint/utils": "^8.12.2",
|
|
70
|
+
"eslint": "^9.14.0",
|
|
71
|
+
"jest": "^29.7.0",
|
|
72
|
+
"rimraf": "^6.0.1",
|
|
73
|
+
"stylelint": "^16.10.0",
|
|
74
|
+
"typescript": "^5.6.3"
|
|
76
75
|
},
|
|
77
76
|
"peerDependencies": {
|
|
78
77
|
"eslint": "^9.10",
|