Skip to content

Commit

Permalink
feat: add plugin meta and support typescript-eslint@7 (#86)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Dropped support for ESLint v7.

* feat: add plugin meta and support typescript-eslint@7

* Update package.json

Co-authored-by: Alex Malkevich <3644678+gund@users.noreply.github.com>

* Updated lockfile and other dependencies

* skipLibCheck too

* Goodbye, ESLint v7

---------

Co-authored-by: Alex Malkevich <3644678+gund@users.noreply.github.com>
  • Loading branch information
JoshuaKGoldberg and gund committed May 31, 2024
1 parent ae8ca95 commit 1365f7f
Show file tree
Hide file tree
Showing 6 changed files with 774 additions and 1,007 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,6 @@ jobs:
fail-fast: false
matrix:
include:
- name: 'Test with Eslint v7'
cmd: |
npm i eslint@^7 \
typescript-eslint-utils-5@npm:@typescript-eslint/utils@^5.57.0
cat package-lock.json | grep -A 1 \
-e "\"node_modules/eslint\": {" \
-e "\"node_modules/typescript-eslint-utils-5\": {" \
test: npm run test
build: npm run build
- name: 'Test with Typescript v4'
cmd: |
npm i typescript@^4.2
Expand Down
Loading

0 comments on commit 1365f7f

Please sign in to comment.