sass / linter

An experimental Sass linter written using the Dart Sass AST
MIT License
39 stars 6 forks source link

Add new rule QuoteMapKeysRule, with tests #22

Closed srawlins closed 6 years ago

srawlins commented 6 years ago

Fixes #12

I also updated CHANGELOG to use the under_scored_string names for each lint rule, as that will probably be how users see the rules (output messages, and enabling/disabling in a config file).