mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
26983aed25
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/37347 This fixes the file-structure of `eslint-config-react-native-communtiy`, and `eslint-plugin-react-native-communtiy` to match the name they were renamed to as part of 0.72. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D45721173 fbshipit-source-id: 7ad784dbf56fb4cd05d7dba608e6d5064392e43d
19 lines
609 B
JSON
19 lines
609 B
JSON
{
|
|
"name": "@react-native/eslint-plugin",
|
|
"version": "0.73.0",
|
|
"description": "ESLint rules for @react-native/eslint-config",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "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",
|
|
"engines": {
|
|
"node": ">=16"
|
|
},
|
|
"main": "index.js"
|
|
}
|