/
githubmirror
/
react-native
Обзор
Документация
Войти
/
githubmirror
/
react-native
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/eslint-plugin-react-native/package.json
35 строк
913 B
Sam Zhou
Fully replace hermes-(estree|parser|eslint|transform) packages with flow-* counterparts in react-native (#57851)
10 авг 2026, 17:21
10 авг 2026, 17:21
727e87e
Код
Авторство
О чём код?
{ "name": "@react-native/eslint-plugin", "version": "0.87.0-main", "description": "ESLint rules for @react-native/eslint-config", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/react/react-native.git", "directory": "packages/eslint-plugin-react-native" }, "homepage": "https://github.com/react/react-native/tree/HEAD/packages/eslint-plugin-react-native#readme", "keywords": [ "eslint", "rules", "eslint-config", "react-native" ], "bugs": "https://github.com/react/react-native/issues", "main": "index.js", "files": [ "README.md", "index.js", "no-deep-imports.js", "platform-colors.js", "utils.js" ], "devDependencies": { "babel-plugin-syntax-hermes-parser": "0.37.0", "flow-parser": "0.325.0", "flow-eslint": "0.325.0" }, "engines": { "node": "^22.13.0 || ^24.3.0 || >= 26.0.0" } }