Skip to content

Commit

Permalink
chore(deps-dev): bump the linter-packages group with 4 updates (#382)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kevin Soltysiak <[email protected]>
  • Loading branch information
dependabot[bot] and ksol authored Aug 12, 2024
1 parent e4c7a83 commit 0532c53
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 82 deletions.
9 changes: 9 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,13 @@ module.exports = {
"@typescript-eslint/no-unused-vars": ["warn", { argsIgnorePattern: "^_" }],
"@typescript-eslint/consistent-type-definitions": ["error", "interface"],
},
overrides: [
{
files: ["test/**/*"],
rules: {
"@typescript-eslint/no-unused-expressions": "off",
"@typescript-eslint/no-require-imports": "off",
},
},
],
};
153 changes: 73 additions & 80 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@babel/preset-env": "7.x",
"@babel/register": "7.x",
"@types/ws": "^8.2.2",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"axios-mock-adapter": "^1.20.0",
"chai": "^4.3.6",
"core-js": "^3.21.1",
Expand Down

0 comments on commit 0532c53

Please sign in to comment.