Re-enable the max-len ESLint rule. (#5265)
This commit is contained in:
@@ -128,7 +128,8 @@ export default function (opts) {
|
||||
|
||||
const useBuiltIns = file.opts.useBuiltIns || false;
|
||||
if (typeof useBuiltIns !== "boolean") {
|
||||
throw new Error("transform-react-jsx currently only accepts a boolean option for useBuiltIns (defaults to false)");
|
||||
throw new Error("transform-react-jsx currently only accepts a boolean option for " +
|
||||
"useBuiltIns (defaults to false)");
|
||||
}
|
||||
|
||||
function pushProps() {
|
||||
|
||||
Reference in New Issue
Block a user