Skip to content

Commit

Permalink
Merge pull request #4145 from balena-io/aethernet/upgrade-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
dfunckt authored Dec 22, 2023
2 parents 70304b4 + 4a7fb99 commit cb8e57b
Show file tree
Hide file tree
Showing 32 changed files with 12,672 additions and 8,942 deletions.
10 changes: 10 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
module.exports = {
extends: ["./node_modules/@balena/lint/config/.eslintrc.js"],
root: true,
ignorePatterns: ["node_modules/"],
rules: {
"@typescript-eslint/no-floating-promises": "off",
"@typescript-eslint/no-var-requires": "off",
"@typescript-eslint/ban-ts-comment": "off",
},
};
Loading

0 comments on commit cb8e57b

Please sign in to comment.