stylelint-scss
Advanced tools
Comparing version 3.16.1 to 3.17.0
@@ -0,1 +1,5 @@ | ||
# 3.17.0 | ||
- Added: `comment-no-empty` rule. | ||
# 3.16.1 | ||
@@ -2,0 +6,0 @@ |
@@ -52,2 +52,4 @@ "use strict"; | ||
var _commentNoEmpty = _interopRequireDefault(require("./comment-no-empty")); | ||
var _commentNoLoud = _interopRequireDefault(require("./comment-no-loud")); | ||
@@ -144,2 +146,3 @@ | ||
"at-rule-no-unknown": _atRuleNoUnknown["default"], | ||
"comment-no-empty": _commentNoEmpty["default"], | ||
"comment-no-loud": _commentNoLoud["default"], | ||
@@ -146,0 +149,0 @@ "declaration-nested-properties": _declarationNestedProperties["default"], |
{ | ||
"name": "stylelint-scss", | ||
"description": "A collection of SCSS specific rules for stylelint", | ||
"version": "3.16.1", | ||
"version": "3.17.0", | ||
"author": "Krister Kari", | ||
@@ -6,0 +6,0 @@ "babel": { |
@@ -122,2 +122,3 @@ # stylelint-scss | ||
- [`comment-no-empty`](./src/rules/comment-no-empty/README.md): Disallow empty comments. | ||
- [`comment-no-loud`](./src/rules/comment-no-loud/README.md): Disallow `/*`-comments. | ||
@@ -124,0 +125,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
352781
158
6289
298