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,4 +1,3 @@
{
"throws":
"Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can turn on the 'throwIfNamespace' flag to bypass this warning."
"throws": "Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can turn on the 'throwIfNamespace' flag to bypass this warning."
}

View File

@@ -8,6 +8,5 @@
}
]
],
"throws":
"Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can turn on the 'throwIfNamespace' flag to bypass this warning."
"throws": "Namespace tags are not supported by default. React's JSX doesn't support namespace tags. You can turn on the 'throwIfNamespace' flag to bypass this warning."
}

View File

@@ -1,4 +1,3 @@
{
"throws":
"transform-react-jsx: pragma has been set but pragmafrag has not been set"
"throws": "transform-react-jsx: pragma has been set but pragmafrag has not been set"
}

View File

@@ -1,5 +1,4 @@
{
"plugins": [["transform-react-jsx", { "useBuiltIns": "invalidOption" }]],
"throws":
"transform-react-jsx currently only accepts a boolean option for useBuiltIns (defaults to false)"
"throws": "transform-react-jsx currently only accepts a boolean option for useBuiltIns (defaults to false)"
}