mirror of
https://github.com/parnic/MMM-IntelliCenter.git
synced 2025-06-16 13:20:12 -05:00
Initial commit, WIP
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.
This commit is contained in:
8
eslint.config.mjs
Normal file
8
eslint.config.mjs
Normal file
@ -0,0 +1,8 @@
|
||||
import eslint from "@eslint/js";
|
||||
|
||||
export default [
|
||||
eslint.configs.recommended,
|
||||
{
|
||||
ignores: ["eslint.config.mjs"]
|
||||
}
|
||||
];
|
Reference in New Issue
Block a user