Skip to content

Commit

Permalink
chore(lint):
Browse files Browse the repository at this point in the history
 - repair lint
  • Loading branch information
thib3113 committed May 20, 2024
1 parent 0694298 commit 78158a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/node-red-lovebox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"jest": "node node_modules/jest/bin/jest.js",
"test:ci": "npm run jest -- --ci",
"test:ci:coverage": "npm run jest -- --ci --coverage",
"lint": "eslint -f unix \"src/**\"",
"lint": "eslint -f unix \"src/**/*.ts\"",
"lint:fix": "npm lint -- --fix",
"ci:eslint": "npm run lint -- -f json -o ./coverage/eslint-report.json"
},
Expand Down

0 comments on commit 78158a9

Please sign in to comment.