mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
8 lines
131 B
JSON
8 lines
131 B
JSON
{
|
|
"extends": ["stylelint-prettier/recommended"],
|
|
"plugins": ["stylelint-prettier"],
|
|
"rules": {
|
|
"prettier/prettier": true
|
|
}
|
|
}
|