mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
dc8bc45cfa
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46699 Switch from legacy Babel Flow parser integrations to the Meta-maintained `hermes-eslint` and `babel-plugin-syntax-hermes-parser` packages (both part of the `hermes-parser` codebase). Required to unblock D63535216. Changelog: [Internal] Reviewed By: hoxyq Differential Revision: D63541483 fbshipit-source-id: 04ccfa04c9a2b8c0a87ef1a5c38e952971838b77
28 lines
749 B
JSON
28 lines
749 B
JSON
{
|
|
"name": "@react-native/eslint-plugin",
|
|
"version": "0.77.0-main",
|
|
"description": "ESLint rules for @react-native/eslint-config",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/facebook/react-native.git",
|
|
"directory": "packages/eslint-plugin-react-native"
|
|
},
|
|
"homepage": "https://github.com/facebook/react-native/tree/HEAD/packages/eslint-plugin-react-native#readme",
|
|
"keywords": [
|
|
"eslint",
|
|
"rules",
|
|
"eslint-config",
|
|
"react-native"
|
|
],
|
|
"bugs": "https://github.com/facebook/react-native/issues",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"babel-plugin-syntax-hermes-parser": "^0.23.1",
|
|
"hermes-eslint": "^0.23.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
}
|