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:
@@ -1,3 +1,5 @@
|
||||
{
|
||||
"plugins": [["transform-react-jsx", "foo.bar"]]
|
||||
"plugins": [
|
||||
["transform-react-jsx", {"pragma": "foo.bar"}]
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user