UNPKG

canonical

Version:

Canonical code style linter and formatter for JavaScript, SCSS, CSS and JSON.

22 lines (13 loc) 219 B
# No Empty Rulesets Rule `no-empty-rulesets` will enforce that rulesets are not empty. ## Examples When enabled, the following are disallowed: ```scss .foo { } .bar { content: 'baz'; .qux {} } .waldo {} ```