You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
migrate to ESLint flat config and bump peer dep to ESLint 9/10 (ab88fd4)
BREAKING CHANGES
Drops legacy .eslintrc-style config in favor of flat
config (eslint.config.ts). The extends entry point is removed —
consumers must import the default export from eslint-config-getresponse and spread it into their eslint.config.*
file. Peer dependency now requires ESLint ^9 || ^10.
Replace eslintrc shape with defineConfig-based flat config in
src/index.ts and per-rule modules under src/rules/*
Drop @rushstack/eslint-patch, eslint-gitignore, eslint-find-rules,
cross-env, pug; switch gitignore handling to @eslint/compat includeIgnoreFile
Bump @stylistic/eslint-plugin to v5, eslint-plugin-react-hooks to
7.1.1, adopt typescript-eslint v8 unified package, add globals
and jiti for TS config loading