blowfish/.stylelintrc

7 lines
88 B
Plaintext

{
"plugins": ["stylelint-prettier"],
"rules": {
"prettier/prettier": true
}
}