kv-music/.stylelintrc.json
2026-02-10 11:19:20 +01:00

12 lines
432 B
JSON

{
"extends": "stylelint-config-standard",
"rules": {
"no-empty-source": null,
"selector-class-pattern": null,
"media-feature-range-notation": null,
"declaration-block-no-redundant-longhand-properties": null,
"color-function-notation": null,
"alpha-value-notation": null
},
"ignoreFiles": ["dist/**/*.css", "node_modules/**/*.css", "legacy/**/*.css", "www/**/*.css"]
}