createPlugin function
PluginBase
createPlugin()
This is the entrypoint for the linter
Implementation
PluginBase createPlugin() {
return _KeyLintsPlugin();
}
This is the entrypoint for the linter
PluginBase createPlugin() {
return _KeyLintsPlugin();
}