mirror of
https://github.com/jellyfin/jellyfin-chromecast.git
synced 2024-11-23 14:09:58 +00:00
8 lines
147 B
JSON
8 lines
147 B
JSON
{
|
|
"extends": ["stylelint-config-standard"],
|
|
"rules": {
|
|
"selector-class-pattern": null,
|
|
"selector-id-pattern": null
|
|
}
|
|
}
|