Skip to content

Commit 838215b

Browse files
committed
fix lint command
1 parent 4ee47c2 commit 838215b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"test:unit": "mocha test/unit --exit",
3434
"test:integration": "mocha test/integration --exit",
3535
"test": "npm run test:js && npm run test:package",
36-
"lint": "eslint"
36+
"lint": "eslint ."
3737
},
3838
"bugs": {
3939
"url": "https://github.com/TA2k/ioBroker.velux/issues"

0 commit comments

Comments
 (0)