1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-11 16:37:27 +01:00
Whalebird-desktop-client-ma.../.stylelintrc.json
2021-12-26 13:20:25 +09:00

16 lines
240 B
JSON

{
"extends": [
"stylelint-config-html/vue",
"stylelint-config-standard",
"stylelint-config-prettier"
],
"rules": {
},
"overrides": [
{
"files": ["**/*.scss"],
"customSyntax": "postcss-scss"
}
]
}