Skip to content

Commit

Permalink
Drop the unnecessary eslint.config.js
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
thgreasi committed Dec 19, 2024
1 parent f6a0be1 commit 91d587f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
16 changes: 0 additions & 16 deletions eslint.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:all": "ts-mocha --project ./tsconfig.dev.json --paths tests/e2e.ts",
"test:ci": "tsc && npm run test:all",
"lint": "balena-lint -e ts src tests -t tsconfig.dev.json",
"lint-fix": "balena-lint -e ts src tests --fix -t tsconfig.dev.json",
"lint-fix": "balena-lint -e ts src tests -t tsconfig.dev.json --fix",
"readme": "jsdoc2md --template doc/README.hbs build/init.js > README.md"
},
"author": "Juan Cruz Viotti <[email protected]>",
Expand Down

0 comments on commit 91d587f

Please sign in to comment.