fix: add flow-typed

This commit is contained in:
alxshelepenok
2019-05-09 20:34:21 +03:00
parent 4ada925e0f
commit b9aaa81ec2
5 changed files with 235 additions and 14 deletions

View File

@@ -9,6 +9,7 @@
"deploy": "yarn run clean && gatsby build --prefix-paths && gh-pages -d public",
"clean": "rimraf .cache public",
"flow": "flow",
"flow-typed": "flow-typed install --overwrite",
"lint:js": "eslint --cache --ext .js,.jsx --ignore-pattern public .",
"lint:scss": "stylelint \"src/**/*.scss\"",
"lint": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\" \"yarn flow\"",
@@ -101,6 +102,7 @@
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-react": "7.13.0",
"eslint-watch": "5.1.2",
"flow-typed": "^2.5.1",
"flow-bin": "^0.98.1",
"gh-pages": "2.0.1",
"identity-obj-proxy": "3.0.0",