mirror of
https://github.com/parnic/MMM-IntelliCenter.git
synced 2025-06-16 13:20:12 -05:00
This gets the module far enough along that it can use the library, find and connect to a unit, and issue requests to it. This is a copy/paste of the ScreenLogic version, so I expect a lot of changes/renames will need to happen still.
11 lines
261 B
Plaintext
11 lines
261 B
Plaintext
{
|
|
"extends": "stylelint-config-standard",
|
|
"plugins": ["stylelint-prettier"],
|
|
"rules": {
|
|
"selector-class-pattern": [
|
|
"^([a-z][a-z0-9]*|MMM-IntelliCenter)(-[a-z0-9]+)*$",
|
|
{ "message": "Expected class selector to be kebab-case" }
|
|
]
|
|
}
|
|
}
|