Add plugins name (#8769)
* Add plugins name * Add missing names found by the plugin * Add eslint plugin
This commit is contained in:
@@ -4,6 +4,8 @@ export default declare(api => {
|
||||
api.assertVersion(7);
|
||||
|
||||
return {
|
||||
name: "syntax-async-generators",
|
||||
|
||||
manipulateOptions(opts, parserOpts) {
|
||||
parserOpts.plugins.push("asyncGenerators");
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user