packages/eslint-config-react/package.json
{
"name": "@void0/eslint-config-react",
"version": "1.2.0",
"description": "Strict ESlint config for TypeScript and React projects using Prettier, JS modules and concerned about accessibility.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"eslint-find-deprecated-rules": "eslint-find-rules --deprecated",
"eslint-find-unused-rules": "eslint-find-rules --unused",
"lint": "eslint --ext .tsx --ext .ts --parser-options=tsconfigRootDir:./ --report-unused-disable-directives src/**",
"test": "jest",
"test-with-coverage": "jest --coverage"
},
"keywords": [
"eslint",
"eslintconfig",
"typescript",
"react",
"prettier",
"import",
"a11y",
"react-hooks"
],
"author": "Cédric Trigoso",
"repository": {
"type": "git",
"url": "git+https://github.com/1void0/utils.git",
"directory": "packages/eslint-config-react"
},
"bugs": {
"url": "https://github.com/1void0/utils/issues"
},
"homepage": "https://github.com/1void0/utils#readme",
"license": "ISC",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@void0/eslint-config": "^2.2.0",
"eslint-plugin-jsx-a11y": "6.3.1",
"eslint-plugin-react": "7.20.0",
"eslint-plugin-react-hooks": "4.0.4"
},
"peerDependencies": {
"eslint": ">= 7.0.0",
"typescript": ">= 3.x"
}
}