Skip to content

Commit

Permalink
Closes Support for @typescript-eslint/*@6.x.x #665
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner committed Jul 14, 2023
1 parent 5d5d008 commit 2cb1b72
Show file tree
Hide file tree
Showing 5 changed files with 377 additions and 40 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
extends: ['eslint-config-tc', './index.js'],
parserOptions: {
project: './tsconfig.eslint.json',
tsconfigRootDir: __dirname,
},
};
6 changes: 0 additions & 6 deletions .eslintrc.json

This file was deleted.

Loading

0 comments on commit 2cb1b72

Please sign in to comment.