createPlugin function

PluginBase createPlugin()

This is the entrypoint for the linter

Implementation

PluginBase createPlugin() {
  return _KeyLintsPlugin();
}