@rarible/eslint-config-react
Version:
Eslint config for react projects
35 lines (34 loc) • 857 B
JSON
{
"name": "@rarible/eslint-config-react",
"version": "0.10.1",
"description": "Eslint config for react projects",
"keywords": [
"Eslint",
"Config",
"Prettier",
"eslint-config"
],
"homepage": "https://github.com/rarible/ts-common",
"repository": {
"type": "git",
"url": "https://github.com/rariblecom/ts-common.git"
},
"license": "MIT",
"main": "index.js",
"files": [
"index.js"
],
"peerDependencies": {
"@rarible/eslint-config-ts": "^0.10.0-alpha.36",
"eslint": ">=8.56.0 <9.0.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript": ">=5.0.0 <6.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"gitHead": "ebc647befbb2741c9f0c5d8a8cc20f89bbee538f"
}