use * (babel/babel-eslint#421)
This commit is contained in:
parent
332da936b7
commit
122acf8f81
@ -370,23 +370,7 @@ exports.parseNoPatch = function (code, options) {
|
|||||||
allowImportExportEverywhere: options.allowImportExportEverywhere, // consistent with espree
|
allowImportExportEverywhere: options.allowImportExportEverywhere, // consistent with espree
|
||||||
allowReturnOutsideFunction: true,
|
allowReturnOutsideFunction: true,
|
||||||
allowSuperOutsideMethod: true,
|
allowSuperOutsideMethod: true,
|
||||||
plugins: [
|
plugins: ["*"]
|
||||||
"flow",
|
|
||||||
"jsx",
|
|
||||||
"asyncFunctions",
|
|
||||||
"asyncGenerators",
|
|
||||||
"classConstructorCall",
|
|
||||||
"classProperties",
|
|
||||||
"decorators",
|
|
||||||
"doExpressions",
|
|
||||||
"exponentiationOperator",
|
|
||||||
"exportExtensions",
|
|
||||||
"functionBind",
|
|
||||||
"functionSent",
|
|
||||||
"objectRestSpread",
|
|
||||||
"trailingFunctionCommas",
|
|
||||||
"dynamicImport"
|
|
||||||
]
|
|
||||||
};
|
};
|
||||||
|
|
||||||
var ast;
|
var ast;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user