Skip to content

Commit a737380

Browse files
committed
fix: resolve core export, ESLint v9 compat, peer deps, and npm keywords for v0.14.0
1 parent ef7dfe7 commit a737380

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-test-a11y-js",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "ESLint accessibility (a11y) plugin for React, Vue, and JSX with flat-config (ESLint v9+) support and a matching runtime A11yChecker API. Alternative to eslint-plugin-jsx-a11y for modern design systems.",
55
"main": "dist/linter/eslint-plugin/index.js",
66
"module": "dist/linter/eslint-plugin/index.mjs",
@@ -57,26 +57,25 @@
5757
"a11y",
5858
"eslint",
5959
"eslint-plugin",
60-
"eslint-plugin-test-a11y-js",
6160
"eslint-config",
61+
"eslint-flat-config",
6262
"flat config",
6363
"eslint v9",
6464
"jsx-a11y",
6565
"react",
6666
"vue",
6767
"jsx",
68+
"nextjs",
69+
"typescript",
6870
"accessibility-testing",
71+
"accessibility-linter",
72+
"accessibility-checker",
73+
"web-accessibility",
6974
"wcag",
75+
"wcag-compliance",
7076
"aria",
7177
"screen-reader",
72-
"accessibility-linter",
73-
"accessibility-checker",
74-
"form-validation",
75-
"semantic-html",
76-
"testing",
77-
"components",
78-
"vitest",
79-
"unit-testing"
78+
"semantic-html"
8079
],
8180
"author": "Marlon Maniti (https://github.com/nolrm)",
8281
"license": "MIT",

0 commit comments

Comments
 (0)