UNPKG

canonical

Version:

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

12 lines (7 loc) 179 B
# No Debug Rule `no-debug` will enforce that `@debug` statements are not allowed to be used. ## Examples When enabled, the following are disallowed: ```scss @debug 'foo'; ```