Skip to content

Commit 7bc3f60

Browse files
chore(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 8.11.0 (#344)
* chore(deps-dev): bump @typescript-eslint/parser from 6.20.0 to 8.11.0 Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.20.0 to 8.11.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.11.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * ⬆️ Bump eslint plugin * 🚨 Make linter happy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Falk Puschner <[email protected]>
1 parent c88429d commit 7bc3f60

File tree

3 files changed

+136
-1199
lines changed

3 files changed

+136
-1199
lines changed

.eslintrc.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@
4141
"allowExpressions": true
4242
}
4343
],
44-
"@typescript-eslint/func-call-spacing": [
45-
"error",
46-
"never"
47-
],
4844
"@typescript-eslint/no-array-constructor": "error",
4945
"@typescript-eslint/no-empty-interface": "error",
5046
"@typescript-eslint/no-explicit-any": "error",
@@ -66,11 +62,6 @@
6662
"@typescript-eslint/require-array-sort-compare": "error",
6763
"@typescript-eslint/restrict-plus-operands": "error",
6864
"semi": "off",
69-
"@typescript-eslint/semi": [
70-
"error",
71-
"never"
72-
],
73-
"@typescript-eslint/type-annotation-spacing": "error",
7465
"@typescript-eslint/unbound-method": "error"
7566
},
7667
"env": {

0 commit comments

Comments
 (0)