10000 repo maintenance · homebridge/plugins@cec392d · GitHub
[go: up one dir, main page]

Skip to content

Commit cec392d

Browse files
committed
repo maintenance
1 parent f3d96b5 commit cec392d

File tree

8 files changed

+482
-905
lines changed

8 files changed

+482
-905
lines changed

assets/plugins-v2.min.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

assets/plugins.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
"verifiedPlus": false
221221
},
222222
"@homebridge-plugins/homebridge-noip": {
223-
"name": null,
223+
"name": "Homebridge No-IP",
224224
"hidden": false,
225225
"icon": "icons/homebridge-noip.png",
226226
"maintained": true,
@@ -2018,7 +2018,7 @@
20182018
"verifiedPlus": false
20192019
},
20202020
"homebridge-ewelink": {
2021-
"name": null,
2021+
"name": "Homebridge eWeLink",
20222022
"hidden": false,
20232023
"icon": "icons/homebridge-ewelink.png",
20242024
"maintained": false,
@@ -3571,7 +3571,7 @@
35713571
"verifiedPlus": false
35723572
},
35733573
"homebridge-noip": {
3574-
"name": null,
3574+
"name": "Homebridge No-IP",
35753575
"hidden": false,
35763576
"icon": "icons/homebridge-noip.png",
35773577
"maintained": true,

eslint.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ import antfu from '@antfu/eslint-config'
33
export default antfu({
44
rules: {
55
'curly': ['error'],
6-
'import/extensions': ['error', 'ignorePackages'],
7-
'import/order': 'off',
86
'jsdoc/check-alignment': 'error',
97
'jsdoc/check-line-alignment': 'error',
108
'new-cap': 'off',

0 commit comments

Comments
 (0)
0