personal-site/.stylelintrc.json

6 lines
64 B
JSON
Raw Normal View History

2025-01-24 22:28:16 +00:00
{
"extends": [
"stylelint-config-standard"
],
"rules": {}
}