mirror of
https://github.com/MagicMirrorOrg/MagicMirror.git
synced 2026-01-08 21:58:13 -05:00
8 lines
131 B
JSON
8 lines
131 B
JSON
{
|
|
"extends": ["stylelint-prettier/recommended"],
|
|
"plugins": ["stylelint-prettier"],
|
|
"rules": {
|
|
"prettier/prettier": true
|
|
}
|
|
}
|