Skip to content

Commit

Permalink
remove lint debug settings and improve more
Browse files Browse the repository at this point in the history
  • Loading branch information
oweitman committed Jan 24, 2025
1 parent 332b8dc commit 46eceee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ export default [
'widgets/jsontemplate/js/highlight.pack.js',
'widgets/jsontemplate/js/mode-ejs.js',
'widgets/vis-2-widgets-jsontemplate',
'**/*.tsx',
'admin/build',
'admin/words.js',
'admin/admin.d.ts',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"test:integration": "mocha test/integration --exit",
"test": "npm run test:js && npm run test:package",
"check": "tsc --noEmit -p tsconfig.check.json",
"lint": "eslint -c eslint.config.mjs . --debug | more ",
"lint": "eslint -c eslint.config.mjs . ",
"repochecker": "npx github:oweitman/ioBroker.repochecker https://github.com/oweitman/ioBroker.jsontemplate --local",
"translate": "translate-adapter",
"translate-vis-1": "node ./bin/translate.js --source widgets/jsontemplate/i18n/en.json --format single",
Expand Down

0 comments on commit 46eceee

Please sign in to comment.