eslint-plugin-aria-state-validator 1.0.0 → 1.0.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/README.ko.md
CHANGED
package/README.md
CHANGED
|
@@ -71,7 +71,7 @@ module.exports = {
|
|
|
71
71
|
"Validate that ARIA state attributes are properly bound to component state",
|
|
72
72
|
category: "Accessibility",
|
|
73
73
|
recommended: true,
|
|
74
|
-
url: "https://github.com/
|
|
74
|
+
url: "https://github.com/SangWoo9734/eslint-plugin-aria-state-validator#readme",
|
|
75
75
|
},
|
|
76
76
|
fixable: "code",
|
|
77
77
|
schema: [],
|
|
@@ -128,7 +128,7 @@ module.exports = {
|
|
|
128
128
|
description: "Validate static ARIA attributes for correctness",
|
|
129
129
|
category: "Accessibility",
|
|
130
130
|
recommended: true,
|
|
131
|
-
url: "https://github.com/
|
|
131
|
+
url: "https://github.com/SangWoo9734/eslint-plugin-aria-state-validator#readme",
|
|
132
132
|
},
|
|
133
133
|
fixable: null,
|
|
134
134
|
schema: [],
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "eslint-plugin-aria-state-validator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Comprehensive ESLint plugin for ARIA accessibility validation: dynamic state binding and static ARIA attributes correctness",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
"license": "MIT",
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|
|
38
|
-
"url": "https://github.com/
|
|
38
|
+
"url": "https://github.com/SangWoo9734/eslint-plugin-aria-state-validator.git"
|
|
39
39
|
},
|
|
40
40
|
"bugs": {
|
|
41
|
-
"url": "https://github.com/
|
|
41
|
+
"url": "https://github.com/SangWoo9734/eslint-plugin-aria-state-validator/issues"
|
|
42
42
|
},
|
|
43
|
-
"homepage": "https://github.com/
|
|
43
|
+
"homepage": "https://github.com/SangWoo9734/eslint-plugin-aria-state-validator#readme",
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=14.0.0"
|
|
46
46
|
},
|