Bump lint-related deps (#8765)

This commit is contained in:
Brian Ng
2018-09-24 18:09:54 -05:00
committed by GitHub
parent be027fd36c
commit 38cf318f61
143 changed files with 386 additions and 467 deletions

View File

@@ -1,5 +1,4 @@
{
"plugins": [["transform-block-scoping", { "throwIfClosureRequired": true }]],
"throws":
"Compiling let/const in this block would add a closure (throwIfClosureRequired)."
"throws": "Compiling let/const in this block would add a closure (throwIfClosureRequired)."
}