@lbenie/linting 1.8.3 → 1.8.5
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/eslint/eslint.config.js +2 -2
- package/package.json +5 -6
package/eslint/eslint.config.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import js from '@eslint/js'
|
|
2
|
-
import jsxA11y from 'eslint-plugin-jsx-a11y'
|
|
2
|
+
// import jsxA11y from 'eslint-plugin-jsx-a11y'
|
|
3
3
|
import globals from 'globals'
|
|
4
4
|
import jsdoc from 'eslint-plugin-jsdoc'
|
|
5
5
|
import tsElint from '@typescript-eslint/eslint-plugin'
|
|
@@ -87,7 +87,7 @@ const tsRules = {
|
|
|
87
87
|
const defaultRules = {
|
|
88
88
|
...functionalrules,
|
|
89
89
|
...prettierRules,
|
|
90
|
-
...jsxA11y.configs.recommended.rules,
|
|
90
|
+
// ...jsxA11y.configs.recommended.rules,
|
|
91
91
|
...litA11y.configs.recommended.rules,
|
|
92
92
|
}
|
|
93
93
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lbenie/linting",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.5",
|
|
4
4
|
"description": "my opiniated rules",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/lbenie/linting"
|
|
@@ -36,10 +36,10 @@
|
|
|
36
36
|
"@semantic-release/changelog": "6.0.3",
|
|
37
37
|
"@semantic-release/commit-analyzer": "13.0.0",
|
|
38
38
|
"@semantic-release/git": "10.0.1",
|
|
39
|
-
"@semantic-release/github": "10.1.
|
|
39
|
+
"@semantic-release/github": "10.1.7",
|
|
40
40
|
"@semantic-release/npm": "12.0.1",
|
|
41
41
|
"@semantic-release/release-notes-generator": "14.0.1",
|
|
42
|
-
"@types/react": "18.3.
|
|
42
|
+
"@types/react": "18.3.4",
|
|
43
43
|
"@types/semantic-release": "20.0.6",
|
|
44
44
|
"all-contributors-cli": "6.26.1",
|
|
45
45
|
"astro": "4.13.1",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"conventional-changelog-conventionalcommits": "8.0.0",
|
|
48
48
|
"lit": "3.1.4",
|
|
49
49
|
"react": "18.3.1",
|
|
50
|
-
"semantic-release": "24.
|
|
50
|
+
"semantic-release": "24.1.0",
|
|
51
51
|
"tsutils": "3.21.0",
|
|
52
52
|
"typescript": "5.5.4"
|
|
53
53
|
},
|
|
@@ -56,9 +56,8 @@
|
|
|
56
56
|
"@typescript-eslint/parser": "8.0.0",
|
|
57
57
|
"eslint": "9.8.0",
|
|
58
58
|
"eslint-plugin-astro": "1.2.3",
|
|
59
|
-
"eslint-plugin-functional": "7.0.
|
|
59
|
+
"eslint-plugin-functional": "7.0.2",
|
|
60
60
|
"eslint-plugin-jsdoc": "48.11.0",
|
|
61
|
-
"eslint-plugin-jsx-a11y": "6.9.0",
|
|
62
61
|
"eslint-plugin-lit-a11y": "4.1.4",
|
|
63
62
|
"eslint-plugin-prettier": "5.2.1",
|
|
64
63
|
"globals": "15.9.0",
|