Skip to content

Commit 2cb1b72

Browse files
committed
Closes Support for @typescript-eslint/*@6.x.x #665
1 parent 5d5d008 commit 2cb1b72

File tree

5 files changed

+377
-40
lines changed

5 files changed

+377
-40
lines changed

.eslintrc.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = {
2+
extends: ['eslint-config-tc', './index.js'],
3+
parserOptions: {
4+
project: './tsconfig.eslint.json',
5+
tsconfigRootDir: __dirname,
6+
},
7+
};

.eslintrc.json

-6
This file was deleted.

0 commit comments

Comments
 (0)