lint & format

This commit is contained in:
Adrian Jagielak
2025-07-23 20:38:17 +02:00
parent 8a3f7e72bb
commit 3cbf43f358
12 changed files with 29 additions and 24 deletions

View File

@@ -4,7 +4,7 @@
"description": "Home Assistant add-on talking to Futurehome Smarthub via FIMP",
"main": "dist/index.js",
"scripts": {
"lint": "eslint src/**.ts",
"lint": "eslint src/**/*.ts",
"build": "rimraf ./dist && tsc",
"start": "node dist/index.js"
},