Skip to content

Commit 89ded1f

Browse files
authored
fix: update TypeScript ESLint plugin import
1 parent 3b67a40 commit 89ded1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import js from '@eslint/js'
2-
import tseslint from '@typescript-eslint/eslint-plugin'
2+
import tseslint from 'typescript-eslint'
33
import tsParser from '@typescript-eslint/parser'
44
import github from 'eslint-plugin-github'
55
import importPlugin from 'eslint-plugin-import'

0 commit comments

Comments
 (0)