This repository has been archived on 2023-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
akkomafe-for-calckey/.stylelintrc.json

14 lines
298 B
JSON

{
"extends": [
"stylelint-config-recommended-vue/scss",
"stylelint-config-recommended",
"stylelint-config-standard"
],
"customSyntax": "postcss-scss",
"rules": {
"declaration-no-important": true,
"selector-class-pattern": null,
"custom-property-pattern": null
}
}