12 lines
153 B
Plaintext
12 lines
153 B
Plaintext
|
{
|
||
|
"plugins": [
|
||
|
"stylelint-prettier"
|
||
|
],
|
||
|
"rules": {
|
||
|
"prettier/prettier": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"stylelint-prettier/recommended"
|
||
|
]
|
||
|
}
|