Typecheck much more of the config loading process (#5642)

* Add type declarations for micromatch.

* Enable Flowtype on all config loading.

* Remove unneeded comments.
This commit is contained in:
Logan Smyth
2017-04-18 09:28:18 -07:00
committed by GitHub
parent c46ef658b5
commit 6af8e64711
13 changed files with 199 additions and 101 deletions

View File

@@ -1,3 +1,5 @@
{
"plugins": [["transform-react-jsx", "foo.bar"]]
"plugins": [
["transform-react-jsx", {"pragma": "foo.bar"}]
]
}