Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit 40cd776

Browse files
committed
Remove babel plugins from readme
1 parent a8efea2 commit 40cd776

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,11 @@ And it also has some options. Their default values are,
5151
"ignoreFiles": [],
5252
"parserPlugins": [
5353
"jsx",
54-
"objectRestSpread",
5554
["decorators", { "decoratorsBeforeExport": true }],
5655
"classProperties",
5756
"exportExtensions",
58-
"asyncGenerators",
5957
"functionBind",
60-
"functionSent",
61-
"dynamicImport",
62-
"optionalCatchBinding",
63-
"optionalChaining"
58+
"functionSent"
6459
]
6560
}]]
6661
}

0 commit comments

Comments
 (0)