@spryker/frontend-config.stylelint
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.0.5](https://github.com/spryker/frontend-configs/compare/@spryker/frontend-config.stylelint@0.0.4...@spryker/frontend-config.stylelint@0.0.5) (2020-12-18) | ||
### Bug Fixes | ||
* changed naming of the `.stylintrc` and `.stylintrc-zed` files ([cadd09d](https://github.com/spryker/frontend-configs/commit/cadd09df36ae4c587be1bf29e7012ccda7cc81de)) | ||
## [0.0.4](https://github.com/spryker/frontend-configs/compare/@spryker/frontend-config.stylelint@0.0.3...@spryker/frontend-config.stylelint@0.0.4) (2020-12-11) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@spryker/frontend-config.stylelint", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"license": "MIT", | ||
@@ -8,3 +8,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "7acec4d691c9d178466a10022350ca798447806a" | ||
"gitHead": "1f34a0360eb2c176995de1bd04b3dee2ef5382b6" | ||
} |
@@ -8,6 +8,6 @@ # `@spryker/frontend-config.stylelint` | ||
``` | ||
const stylelintConfig = require('@spryker/frontend-config.stylelint/.stylelintrc'); | ||
const stylelintZedConfig = require('@spryker/frontend-config.stylelint/.stylelintrc-zed'); | ||
const stylelintConfig = require('@spryker/frontend-config.stylelint/.stylelintrc.json'); | ||
const stylelintZedConfig = require('@spryker/frontend-config.stylelint/.zed-stylelintrc.json'); | ||
// TODO: DEMONSTRATE API | ||
``` |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
9164
210