Skip to content

Releases: GetResponse/eslint-config-getresponse

v10.1.2

07 May 08:47

Choose a tag to compare

10.1.2 (2026-05-07)

Bug Fixes

  • add vue-eslint-parser dependency for Vue 3 support (387ea45)

v10.1.1

07 May 08:16

Choose a tag to compare

10.1.1 (2026-05-07)

Bug Fixes

  • deps: update dependences and mention Vue support in README (07da64d)

v10.1.0

07 May 07:49

Choose a tag to compare

10.1.0 (2026-05-07)

Features

  • add Vue 3 ruleset and expose presets for explicit composition (4bf4dd5)

v10.0.2

06 May 10:38

Choose a tag to compare

10.0.2 (2026-05-06)

Bug Fixes

  • apply fixupPluginRules to react and react-hooks plugins for compatibility with @eslint/compat (58d677d)

v10.0.1

05 May 13:45

Choose a tag to compare

10.0.1 (2026-05-05)

Bug Fixes

  • improve handling of tsconfig for type-aware rules (2ec5484)

v10.0.0

05 May 06:54

Choose a tag to compare

10.0.0 (2026-05-05)

Features

  • 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
  • Remove obsolete src/rules/node.ts (rules merged elsewhere / handled
    by ESLint core)
  • Add package.json exports types conditions and overrides to
    pin downstream plugins to the host eslint version
  • Rewrite scripts/buildDocs.mjs without pug template; split into
    scripts/docs/{collectRules,classifyRules,renderHtml}.mjs modules
  • Add src/types/plugins.d.ts shims and update tsconfig accordingly
  • Update README to document flat-config consumption

v9.0.2

13 Apr 11:49

Choose a tag to compare

9.0.2 (2026-04-13)

Bug Fixes

  • fix problem with npm publish (50cb73a)

v8.1.1

13 Sep 11:29

Choose a tag to compare

8.1.1 (2024-09-13)

Bug Fixes

  • playwright/expect-expect: turn off warning (3db45ce)

v8.1.0

13 Sep 10:36

Choose a tag to compare

8.1.0 (2024-09-13)

Features

  • add playwright eslint rules (c8c4ee9)

v8.0.2

29 Nov 08:48

Choose a tag to compare

8.0.2 (2023-11-29)

Bug Fixes

  • update 'react/jsx-filename-extension' rule to allow JSX inside .mdx files (160473e)