Skip to content

Commit 74bc9ee

Browse files
committed
Prepare for Homebridge v2
1 parent b1246a6 commit 74bc9ee

File tree

11 files changed

+191
-95
lines changed

11 files changed

+191
-95
lines changed

.changeset/smooth-toes-camp.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'homebridge-hatch-rest-bluetooth': patch
3+
'homebridge-hatch-baby-rest': patch
4+
---
5+
6+
Prepare for Homebridge v2

.eslintrc.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,17 @@
22
"parser": "@typescript-eslint/parser",
33
"extends": [
44
"plugin:@typescript-eslint/recommended",
5-
"plugin:prettier/recommended"
5+
"plugin:prettier/recommended",
6+
"plugin:deprecation/recommended"
67
],
78
"ignorePatterns": [
89
"lib",
910
".homebridge"
1011
],
1112
"parserOptions": {
1213
"ecmaVersion": 2018,
13-
"sourceType": "module"
14+
"sourceType": "module",
15+
"project": "./tsconfig.json"
1416
},
1517
"env": {
1618
"node": true,

0 commit comments

Comments
 (0)