@graupl/graupl
Advanced tools
Comparing version 1.0.0-alpha.14 to 1.0.0-alpha.15
@@ -5,2 +5,9 @@ # Changelog | ||
## [1.0.0-alpha.15](https://github.com/Graupl/graupl/compare/v1.0.0-alpha.14...v1.0.0-alpha.15) (2024-09-24) | ||
### Build System | ||
* **stylelint:** fix broken rules ([891807f](https://github.com/Graupl/graupl/commit/891807f0a618be0966fb9a6de9a3ee83a23c09a1)) | ||
## [1.0.0-alpha.14](https://github.com/Graupl/graupl/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2024-09-24) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@graupl/graupl", | ||
"version": "1.0.0-alpha.14", | ||
"version": "1.0.0-alpha.15", | ||
"description": "A modular and modern CSS framework.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -14,2 +14,6 @@ const config = { | ||
"selector-no-qualifying-type": null, | ||
"@stylistic/string-quotes": "double", | ||
"@stylistic/function-parentheses-space-inside": "never-single-line", | ||
"@stylistic/indentation": null, | ||
"@stylistic/block-opening-brace-space-before": "never-single-line", | ||
}, | ||
@@ -16,0 +20,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
1664187
6334