@amcef/eslint-config-react
Version:
AMCEF ESLint config for React apps (v17+)
51 lines (50 loc) • 1.33 kB
JSON
{
"name": "@amcef/eslint-config-react",
"version": "1.0.2",
"description": "AMCEF ESLint config for React apps (v17+)",
"keywords": [
"AMCEF",
"eslint",
"react",
"config"
],
"homepage": "https://gitlab.amcef.sk/config/eslint-config-react",
"author": "Martin Nagy <nagy@amcef.sk>",
"bugs": {
"url": "https://gitlab.amcef.sk/config/eslint-config-react/-/issues"
},
"repository": {
"type": "git",
"url": "https://gitlab.amcef.sk/config/eslint-config-react"
},
"license": "MIT",
"private": false,
"engines": {
"node": ">=14.0.0"
},
"engineStrict": true,
"peerDependencies": {
"react": ">=17.0.0",
"eslint": "^8.0.0",
"typescript": "*"
},
"main": "index.js",
"devDependencies": {
"eslint": "^8.0.0",
"typescript": "*"
},
"dependencies": {
"@babel/eslint-parser": "^7.17.0",
"@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^2.7.1",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.4.0",
"prettier": "^2.6.2"
}
}