@axellero/eslint-config-jsx-a11y
Version:
ESLint configuration for JSX Accessibility
51 lines (50 loc) • 1.19 kB
JSON
{
"name": "@axellero/eslint-config-jsx-a11y",
"version": "1.0.1",
"description": "ESLint configuration for JSX Accessibility",
"keywords": [
"config",
"eslint",
"eslint-config",
"axellero",
"styleguide",
"jsx-a11y",
"a11y",
"accessibility"
],
"homepage": "https://github.com/axellero-io/eslint#readme",
"bugs": {
"url": "https://github.com/axellero-io/eslint/issues",
"email": "npm@axellero.io"
},
"repository": {
"type": "git",
"url": "https://github.com/axellero-io/eslint.git",
"directory": "packages/eslint-config-jsx-a11y"
},
"license": "MIT",
"author": "Axellero <opensource@axellero.io>",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"files": [
"lib"
],
"dependencies": {
"@axellero/eslint-config-env": "^1.0.1",
"tslib": "^2.6.1"
},
"devDependencies": {
"@types/eslint": "^8.44.1",
"@types/node": "^20.4.5",
"eslint": "^8.46.0",
"typescript": "5.1.6"
},
"peerDependencies": {
"eslint": "^7 || ^8",
"eslint-plugin-jsx-a11y": "^6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "3ceceda5be227edaebf3a39bd21f933880b0c506"
}