Skip to content

Commit 6417541

Browse files
Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.0.1 (#832)
* Bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.0.1 Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.17.0 to 8.0.1. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.0.1/packages/eslint-plugin) --- updated-dependencies: - dependency-name: "@typescript-eslint/eslint-plugin" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update config for v8 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Thomas Lindner <5178550+tclindner@users.noreply.github.com>
1 parent f9dc9e3 commit 6417541

File tree

3 files changed

+77
-289
lines changed

3 files changed

+77
-289
lines changed

.eslintrc.js

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
module.exports = {
2-
extends: ['eslint-config-tc', './index.js'],
3-
parserOptions: {
4-
project: './tsconfig.eslint.json',
5-
tsconfigRootDir: __dirname,
6-
},
2+
extends: ['eslint-config-tc'],
3+
overrides: [
4+
{
5+
files: ['*.ts', '*.tsx'],
6+
extends: ['./index.js'],
7+
parserOptions: {
8+
project: './tsconfig.eslint.json',
9+
tsconfigRootDir: __dirname,
10+
},
11+
},
12+
],
713
};

0 commit comments

Comments
 (0)