mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
3c2fb72541
Summary: Changelog: [Internal] Bump react-native-community/eslint-plugin It looks like we `*` version on the package.json so no updates needed, published 1.2.0: https://www.npmjs.com/package/react-native-community/eslint-plugin Reviewed By: cortinico, neildhar Differential Revision: D35590075 fbshipit-source-id: 11402cedea3067018c03e7b59202a48dc3a6b084
13 lines
355 B
JSON
13 lines
355 B
JSON
{
|
|
"name": "@react-native-community/eslint-plugin",
|
|
"version": "1.2.0",
|
|
"description": "ESLint rules for @react-native-community/eslint-config",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:facebook/react-native.git",
|
|
"directory": "packages/eslint-plugin-react-native-community"
|
|
},
|
|
"license": "MIT"
|
|
}
|