Move flow-typed & flow-bin back to devDependencies

This commit is contained in:
Luka Murn 2017-11-08 08:44:36 +01:00
parent 7cb159c1a3
commit f7f825b11f
2 changed files with 4 additions and 2 deletions

View file

@ -19,6 +19,8 @@
"rules": {
"import/extensions": "off",
"import/no-unresolved": "off",
// Because of flow-typed & flow-bin
"import/no-extraneous-dependencies": ["error", { "devDependencies": true }],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
"spaced-comment": [
"error",

View file

@ -30,6 +30,8 @@
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-prettier": "^2.1.2",
"eslint-plugin-react": "^7.1.0",
"flow-bin": "^0.56.0",
"flow-typed": "^2.1.5",
"prettier": "^1.7.0",
"prettier-eslint": "^8.2.1",
"webpack-dev-server": "^2.5.1"
@ -53,8 +55,6 @@
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"flow-bin": "^0.56.0",
"flow-typed": "^2.1.5",
"font-awesome": "^4.7.0",
"glob": "^7.1.2",
"immutability-helper": "^2.3.0",