Files
gog_frontend/.stylelintrc.json

7 lines
90 B
JSON

{
"extends": "stylelint-config-sass-guidelines",
"rules": {
"indentation": "tab"
}
}