Skip to content

Commit

Permalink
add lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
foxriver76 committed Jul 21, 2024
1 parent f05cbe7 commit d319cba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
"test:package": "mocha -r ts-node/register test/packageFiles.ts --exit",
"test:integration": "mocha -r ts-node/register test/integrationAdapter.ts --exit",
"test": "mocha -r ts-node/register test/*.ts --exit",
"lint": "eslint src/",
"release": "release-script -p iobroker"
},
"bugs": {
Expand Down

0 comments on commit d319cba

Please sign in to comment.