mirror of
https://github.com/status-im/react-native.git
synced 2025-01-25 00:39:03 +00:00
Move eslint plugin from dependencies to dev dependencies
Summary: `eslint-plugin-react-native` was a dependencies. I think it should be a dev dependencies like `eslint-plugin-eslint-comments`, `eslint-plugin-flowtype`, `eslint-plugin-jest`, `eslint-plugin-prettier` and `eslint-plugin-react`. No need Not needed [INTERNAL] [ENHANCEMENT] [./package.json] - Move `eslint-plugin-react-native` to devDependencies. Closes https://github.com/facebook/react-native/pull/18851 Differential Revision: D7991437 Pulled By: hramos fbshipit-source-id: 5481290423848b9c34df24629086239600d42274
This commit is contained in:
parent
9fbff62b5f
commit
37652f26b4
@ -159,7 +159,6 @@
|
||||
"envinfo": "^3.0.0",
|
||||
"errorhandler": "^1.5.0",
|
||||
"escape-string-regexp": "^1.0.5",
|
||||
"eslint-plugin-react-native": "^3.2.1",
|
||||
"event-target-shim": "^1.0.5",
|
||||
"fbjs": "^0.8.14",
|
||||
"fbjs-scripts": "^0.8.1",
|
||||
@ -213,6 +212,7 @@
|
||||
"eslint-plugin-jest": "21.8.0",
|
||||
"eslint-plugin-prettier": "2.6.0",
|
||||
"eslint-plugin-react": "7.6.1",
|
||||
"eslint-plugin-react-native": "^3.2.1",
|
||||
"flow-bin": "^0.72.0",
|
||||
"jest": "23.0.0-charlie.1",
|
||||
"jest-junit": "3.7.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user