mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2025-01-22 05:34:32 +01:00
13 lines
302 B
JSON
13 lines
302 B
JSON
{
|
|
"processors": ["@mapbox/stylelint-processor-arbitrary-tags"],
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"./node_modules/prettier-stylelint/config.js"
|
|
],
|
|
"rules": {
|
|
"no-empty-source": null,
|
|
"no-empty-first-line": null,
|
|
"custom-property-no-missing-var-function": null
|
|
}
|
|
}
|