class Standard::Base::Plugin

def about

def about
  LintRoller::About.new(
    name: "standard-base",
    version: VERSION,
    homepage: "https://github.com/standardrb/standard",
    description: "Configuration for RuboCop's built-in rules"
  )
end