{"library":"eslint-plugin-grommet","type":"library","category":null,"description":"An ESLint plugin providing lint rules for enforcing Grommet component best practices and accessibility (a11y). Current stable version is 0.2.0, released September 2023. It includes rules like anchor-label, formfield-htmlfor-id, button-icon-a11ytitle, etc. The plugin follows a semver-like cadence with minor feature releases. Key differentiators: it complements Grommet's own a11y guidance and reduces manual review for common misuses. Peer dependency: eslint ^7.31.0.","language":"javascript","status":"active","version":"0.2.0","tags":["javascript","eslint","eslintplugin","eslint-plugin","grommet","accessibility"],"last_verified":"Fri May 01","install":[{"cmd":"npm install eslint-plugin-grommet","imports":["// .eslintrc\n{\n  \"extends\": [\"plugin:grommet/recommended\"],\n  \"plugins\": [\"grommet\"]\n}","// .eslintrc\n{\n  \"rules\": {\n    \"grommet/anchor-label\": \"error\"\n  }\n}","const plugin = require('eslint-plugin-grommet');"]},{"cmd":"yarn add eslint-plugin-grommet","imports":[]},{"cmd":"pnpm add eslint-plugin-grommet","imports":[]}],"homepage":null,"github":"https://github.com/grommet/eslint-plugin-grommet","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/eslint-plugin-grommet","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}