Skip to content

Commit

Permalink
patch: disable useless tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed Oct 31, 2023
1 parent 9a1e120 commit 250e33a
Show file tree
Hide file tree
Showing 15 changed files with 26 additions and 484 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module.exports = {
extends: ["./node_modules/@balena/lint/config/.eslintrc.js"],
root: true,
ignorePatterns: ["node_modules/", "dist/", "examples/", "tests/"],
ignorePatterns: ["node_modules/", "dist/", "examples/"],
rules: {
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/ban-ts-comment": "off",
},
};
Loading

0 comments on commit 250e33a

Please sign in to comment.