chore: add flow definitions to repo

This commit is contained in:
alxshelepenok
2019-07-20 00:31:05 +03:00
parent 98ffd67d23
commit 04bb148524
5 changed files with 1197 additions and 28 deletions

View File

@@ -9,7 +9,6 @@
"deploy": "yarn run clean && gatsby build --prefix-paths && gh-pages -d public",
"clean": "rimraf .cache public",
"flow": "flow",
"flow-typed": "flow-typed install",
"lint:js": "eslint --cache --ext .js,.jsx .",
"lint:scss": "stylelint \"src/**/*.scss\"",
"lint": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\" \"yarn flow\"",