UNPKG

canonical

Version:

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

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