Skip to content

Commit

Permalink
chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to…
Browse files Browse the repository at this point in the history
… 8.17.0 (#846)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jgolla <[email protected]>
  • Loading branch information
dependabot[bot] and jgolla authored Dec 9, 2024
1 parent d614fd6 commit 33bf0b5
Show file tree
Hide file tree
Showing 3 changed files with 374 additions and 138 deletions.
12 changes: 11 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@
"extends": ["eslint:recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended"],
"rules": {
"semi": [2, "always"]
}
},
"overrides": [
{
"files": [
"*.test.ts"
],
"rules": {
"@typescript-eslint/no-unused-expressions": "off"
}
}
]
}
Loading

0 comments on commit 33bf0b5

Please sign in to comment.