module SCSSLint # Superclass for linters that apply to codebases using the Bliss framework. # https://github.com/gilbox/css-bliss # # Any shared code/constants amongst Bliss linters should be stored here. class Linter::Bliss < Linter end end