1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-22 05:34:32 +01:00
Whalebird-desktop-client-ma.../.stylelintrc.json
2021-12-26 01:33:02 +09:00

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
}
}