We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce246ac commit d056c9fCopy full SHA for d056c9f
package.json
@@ -138,7 +138,8 @@
138
"4-patch": "node tasks --4-patch",
139
"build": "node tasks",
140
"lint": "eslint -c eslint.config.mjs",
141
- "lint-frontend": "cd src-admin && eslint -c eslint.config.mjs && cd ../src && eslint -c eslint.config.mjs"
+ "lint-frontend": "cd src-admin && eslint -c eslint.config.mjs && cd ../src && eslint -c eslint.config.mjs",
142
+ "check": "tsc --noEmit"
143
},
144
"bugs": {
145
"url": "https://github.com/simatec/ioBroker.backitup/issues"
0 commit comments