Skip to content
This repository was archived by the owner on Oct 16, 2024. It is now read-only.

Commit 1365f7f

Browse files
feat: add plugin meta and support typescript-eslint@7 (#86)
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>
1 parent ae8ca95 commit 1365f7f

File tree

6 files changed

+774
-1007
lines changed

6 files changed

+774
-1007
lines changed

.github/workflows/test.yml

-9
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,6 @@ jobs:
4444
fail-fast: false
4545
matrix:
4646
include:
47-
- name: 'Test with Eslint v7'
48-
cmd: |
49-
npm i eslint@^7 \
50-
typescript-eslint-utils-5@npm:@typescript-eslint/utils@^5.57.0
51-
cat package-lock.json | grep -A 1 \
52-
-e "\"node_modules/eslint\": {" \
53-
-e "\"node_modules/typescript-eslint-utils-5\": {" \
54-
test: npm run test
55-
build: npm run build
5647
- name: 'Test with Typescript v4'
5748
cmd: |
5849
npm i typescript@^4.2

0 commit comments

Comments
 (0)