@bmatei/stylelint-config
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@bmatei/stylelint-config", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Configurations for StyleLint", | ||
@@ -16,3 +16,3 @@ "author": "Bogdan Matei <bogdan@matei.dev>", | ||
"gitDir": "../", | ||
"*.json": [ | ||
"*.js,*.json": [ | ||
"prettier --write", | ||
@@ -19,0 +19,0 @@ "git add" |
module.exports = { | ||
$schema: 'http://json.schemastore.org/stylelintrc', | ||
extends: ['./base.json'], | ||
extends: '@bmatei/stylelint-config/base', | ||
rules: { | ||
@@ -5,0 +5,0 @@ // Possible errors |
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
21756