Skip to content

Commit f222c8a

Browse files
committed
Replace eslint-plugin-import with eslint-plugin-import-x
Switched from eslint-plugin-import to eslint-plugin-import-x to resolve ESLint 10 peer dependency warning. eslint-plugin-import-x is a maintained fork of eslint-plugin-import with full ESLint 10 support and is a drop-in replacement. Changes: - Replaced eslint-plugin-import@2.32.0 with eslint-plugin-import-x@4.16.2 - Updated import in eslint.config.mjs - All existing rules continue to work identically Result: - No peer dependency warnings - All linting passing - All tests passing - Production build working - 0 vulnerabilities
1 parent 474a85c commit f222c8a

3 files changed

Lines changed: 132 additions & 225 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import tseslint from '@typescript-eslint/eslint-plugin';
22
import tsparser from '@typescript-eslint/parser';
3-
import importPlugin from 'eslint-plugin-import';
3+
import importPlugin from 'eslint-plugin-import-x';
44
import eslintConfigPrettier from 'eslint-config-prettier';
55

66
export default [

0 commit comments

Comments
 (0)