Commit 23d066f9 authored by 7c00's avatar 7c00

Remove react and react-native from devDependencies

parent fa1a9d71
......@@ -6,5 +6,7 @@ module.exports = {
'react/jsx-filename-extension': 'off',
'react/require-default-props': 'off',
'import/no-extraneous-dependencies': 'off',
'import/extensions': 'off',
'import/no-unresolved': 'off',
},
}
......@@ -34,8 +34,6 @@
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "^0.62.0",
"prop-types": "^15.6.0",
"react": "^16.0.0",
"react-native": "^0.51.0"
"prop-types": "^15.6.0"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment