/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/eslint-config-react-native/package.json
49 строк
1 KB
Alex Hunt
Extend check-packages-test to validate additional required fields (#57510)
10 июл 2026, 22:27
10 июл 2026, 22:27
042833e
Код
Авторство
О чём код?
{ "name": "@react-native/eslint-config", "version": "0.87.0-main", "description": "ESLint config for React Native", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/react/react-native.git", "directory": "packages/eslint-config-react-native" }, "homepage": "https://github.com/react/react-native/tree/HEAD/packages/eslint-config-react-native#readme", "keywords": [ "eslint", "config", "react-native" ], "bugs": "https://github.com/react/react-native/issues", "engines": { "node": "^22.13.0 || ^24.3.0 || >= 26.0.0" }, "main": "index.js", "exports": { ".": "./index.js", "./flat": "./flat.js" }, "files": ["README.md", "flat.js", "index.js", "shared.js"], "dependencies": { "@babel/core": "^7.25.2", "@babel/eslint-parser": "^7.25.1", "@react-native/eslint-plugin": "0.87.0-main", "@typescript-eslint/eslint-plugin": "^8.59.2", "@typescript-eslint/parser": "^8.59.2", "eslint-config-prettier": "^8.5.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-ft-flow": "^2.0.1", "eslint-plugin-jest": "^29.0.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-native": "^5.0.0" }, "peerDependencies": { "eslint": "^8.0.0 || ^9.0.0", "prettier": ">=2" }, "devDependencies": { "eslint": "^8.57.0", "prettier": "3.9.4" } }