PackageTrack

npm

eslint-config-airbnb-extended

3.2.0eslint-config/airbnb-extended โ†—

Eslint Airbnb Config Extended

Release timeline

71 releases since 2025
20252026

One column per month.

Releases

  1. 3.2.02 Aug 2026
    Release notes

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Introduced helpers.createAutoTypeScriptImportResolver, a drop-in replacement for createTypeScriptImportResolver that discovers the tsconfig.json closest to each linted file instead of relying on the process working directory, and caches one underlying resolver per discovered tsconfig
    • eslint-config-airbnb-extended: All prebuilt configs now use the automatic TypeScript import resolver, so monorepos where sibling packages declare the same path alias (e.g. @/*) work out of the box, no more false import-x/no-unresolved, import-x/extensions, or import-x/no-extraneous-dependencies errors when a single editor ESLint session lints files across packages
    • eslint-config-airbnb-extended: Added an optional typescriptResolver param to helpers.getImportSettings to forward options to eslint-import-resolver-typescript (merged over the default { alwaysTryTypes: true }), passing an explicit project opts out of the automatic tsconfig discovery

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Import resolution now matches TypeScript semantics, each file resolves against its nearest tsconfig.json, exactly like tsc and the IDE, instead of whichever tsconfig the process working directory happened to point at
    Open source โ†’
  2. 3.2.0-beta-110 May 2026pre-release

    Nothing published for this version

  3. 3.1.112 Jul 2026
    Release notes

    ๐Ÿฉน Fixes

    • Updated deps
    Open source โ†’
  4. 3.1.05 Apr 2026
    Release notes2 sources agree

    3.1.0 (2026-04-05)

    ๐Ÿšจ Breaking Changes

    • eslint-config-airbnb-extended: Introduced n/prefer-global/crypto and n/prefer-global/timers rules with error severity
    • eslint-config-airbnb-extended: Enabled all recommended rules from eslint-plugin-react-hooks

    ๐Ÿš€ Features

    • Added support for bun in documentation
    • eslint-config-airbnb-extended: Implemented #56
    • create-airbnb-x-config: Implemented #68
    • create-airbnb-x-config: Introduced a none option for the formatter CLI flag
    • create-airbnb-x-config: Introduced a none option for the strictConfig CLI flag

    ๐Ÿฉน Fixes

    • Updated deps
    • Updated structure
    • create-airbnb-x-config: Fixed #67

    โค๏ธ Thank You


    Full Changelog: V3.0.1...V3.1.0

    Open source โ†’
  5. 3.1.0-beta-15 Apr 2026pre-release

    Nothing published for this version

  6. 3.0.120 Jan 2026
    Release notes2 sources agree

    3.0.1 (2026-01-21)

    ๐Ÿš€ Features

    • Added renovate
    • docs: Added llms.txt

    ๐Ÿฉน Fixes

    • Upgraded deps
    • eslint-config-airbnb-extended: Fixed #57

    โค๏ธ Thank You


    Full Changelog: V3.0.0...V3.0.1

    Open source โ†’
  7. 3.0.01 Jan 2026
    Release notes2 sources agree

    3.0.0 (2026-01-01)

    ๐Ÿšจ Breaking Change

    • Significantly smaller package - the new version reduces the unpacked size by ~72% compared to the previous release
    • Node.js v16 support dropped - v3 requires Node 18.18 or higher
    • ESM-only architecture - the entire package now uses native ES modules
    • All batteries included - everything you need ships out of the box
    • Redesigned CLI options - aligned with clearer, more explicit configurations
    • Updated dependencies - all packages are upgraded to their latest stable versions

    For more details, see the docs

    ๐Ÿš€ Repository migration

    As part of this release, the project has moved from a personal repository to a dedicated organization repository:

    โค๏ธ Thank You

    What's Changed

    Full Changelog: V2.3.3...V3.0.0

    Open source โ†’
  8. 3.0.0-beta-720 Jan 2026pre-release

    Nothing published for this version

  9. 3.0.0-beta-61 Jan 2026pre-release

    Nothing published for this version

  10. 3.0.0-beta-528 Dec 2025pre-release

    Nothing published for this version

  11. 3.0.0-beta-427 Dec 2025pre-release

    Nothing published for this version

  12. 3.0.0-beta-312 Dec 2025pre-release

    Nothing published for this version

  13. 3.0.0-beta-21 Dec 2025pre-release

    Nothing published for this version

  14. 2.3.329 Nov 2025
    Release notes2 sources agree

    2.3.3 (2025-11-29)

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Upgraded deps
    • eslint-config-airbnb-extended: Fixed #42 and #45

    โค๏ธ Thank You


    Full Changelog: V2.3.2...V2.3.3

    Open source โ†’
  15. 2.3.210 Oct 2025
    Release notes2 sources agree

    2.3.2 (2025-10-11)

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Upgraded deps
    • eslint-config-airbnb-extended: Added support for eslint-plugin-react-hooks versions 6 and 7
    • eslint-config-airbnb-extended: Updated security.md

    โค๏ธ Thank You


    Full Changelog: V2.3.1...V2.3.2

    Open source โ†’
  16. 2.3.19 Sept 2025
    Release notes2 sources agree

    2.3.1 (2025-09-10)

    ๐Ÿš€ Features

    • docs: Added detailed documentation for Extended Config and Legacy Config
    • eslint-config-airbnb-extended: Updated Dependencies and Dev Dependencies

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Fixed React TypeScript Extension issue
    • docs: Added @next/eslint-plugin-next in Package Used section

    Full Changelog: V2.2.0...V2.3.1

    Open source โ†’
  17. 2.3.07 Sept 2025
    Release notes2 sources agree

    2.3.0 (2025-09-07)

    โค๏ธ Released Documentation

    ๐Ÿšจ Breaking Change

    • Requires Node.js 16 or higher

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Fixed hook config issue
    • create-airbnb-x-config: The Own Customization option has been removed, since we now provide complete documentation to reference.
    • eslint-config-airbnb-extended: Fixed files issue (#32).
    • docs: Added changes of CLI in documentation.

    โค๏ธ Thank You


    Full Changelog: V2.2.0...V2.3.0

    Open source โ†’
  18. 2.2.024 Aug 2025
    Release notesOpen source โ†’
    Additional notes

    ๐Ÿšจ Breaking Changes

    • eslint-config-airbnb-extended: Re-enabled the following formatting rules that were accidentally turned off during the eslint-stylistic integration:

      react/jsx-closing-bracket-location
      react/jsx-closing-tag-location
      react/jsx-curly-brace-presence
      react/jsx-curly-newline
      react/jsx-curly-spacing
      react/jsx-equals-spacing
      react/jsx-first-prop-new-line
      react/jsx-indent
      react/jsx-indent-props
      react/jsx-max-props-per-line
      react/jsx-one-expression-per-line
      react/jsx-pascal-case
      react/jsx-props-no-multi-spaces
      react/self-closing-comp
      react/jsx-tag-spacing
      react/jsx-wrap-multilines
      

    โค๏ธ Thank You

    • Kilian Finger @KiwiKilian for raising the bug
    Open source โ†’
  19. 2.1.23 Jul 2025
    Release notes

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Fixed #18 issue

    โค๏ธ Thank You

    • Charlie Laabs @claabs for raising the bug
    Open source โ†’
  20. 2.1.129 Jun 2025
    Release notes

    ๐Ÿš€ Features

    • create-airbnb-x-config: Added strict config option in CLI
    Open source โ†’
  21. 2.1.017 Jun 2025
    Release notes

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Added extensions feature for creating own config by yourself.
    Open source โ†’
  22. 2.0.015 Jun 2025
    Release notes

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Added one-to-one replacement for Airbnb ESLint configs
    • create-airbnb-x-config: Added one-to-one replacement CLI options for Airbnb ESLint configs

    โค๏ธ Thank You

    • Nicholas C. Zakas @nzakas for the idea
    Open source โ†’
  23. 2.0.0-beta-515 Jun 2025pre-release

    Nothing published for this version

  24. 2.0.0-beta-415 Jun 2025pre-release

    Nothing published for this version

  25. 2.0.0-beta-31 Jun 2025pre-release

    Nothing published for this version

  26. 2.0.0-beta-21 Jun 2025pre-release

    Nothing published for this version

  27. 2.0.0-beta-11 Jun 2025pre-release

    Nothing published for this version

  28. 1.0.112 May 2025
    Release notes

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Added tailwind.config file in devDependencies excluded list
    Open source โ†’
  29. 1.0.102 May 2025
    Release notes

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Readded option to create eslint.config.mjs file
    • create-airbnb-x-config: Resolved packageRootPath issue
    Open source โ†’
  30. 1.0.928 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Removed eslint.config.mjs create functionality temporary due to some weird issues
    Open source โ†’
  31. 1.0.828 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Resolved: Template not found issue from dist folder
    Open source โ†’
  32. 1.0.728 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Resolved: package.json issue
    Open source โ†’
  33. 1.0.527 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Detect Package Manager automatically, and based on that, it will install the package.
    • create-airbnb-x-config: Added option to create eslint.config.mjs file
    • create-airbnb-x-config: Removed ts-node and added tsx
    • eslint-config-airbnb-extended: Removed ts-node and added tsx
    Open source โ†’
  34. 1.0.426 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Updated README.md for strictRules
    • eslint-config-airbnb-extended: Fixed: Javascript requires typescript-eslint for functioning (#4)
    Open source โ†’
  35. 1.0.325 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Prettier config changed due to arrow-body-style and prefer-arrow-callback issue, see issue
    • create-airbnb-x-config: Fixed cursor issue while exiting
    Open source โ†’
  36. 1.0.224 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Fixed node import issue by adding cjs and mjs configurations
    • eslint-config-airbnb-extended: Changed no-unsupported-features/es-syntax rule severity to off
    Open source โ†’
  37. 1.0.124 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Fixed getStylisticLegacyConfig function, due to that many rules were not working
    • eslint-config-airbnb-extended: Removed no-unsafe-call from reactStrict
    • eslint-config-airbnb-extended: Changed value of checksVoidReturn for no-misused-promises
    • eslint-config-airbnb-extended: Added README for strictConfig
    Open source โ†’
  38. 1.0.023 Apr 2025
    Release notes

    ๐Ÿšจ Breaking Changes

    • eslint-config-airbnb-extended: Added files in all rules and configs

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Added getImportSettings function to get the settings of import
    Open source โ†’
  39. 0.11.322 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Fixed no-confusing-void-expression rule for arrow function
    Open source โ†’
  40. 0.11.222 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Fixed files issue in typescriptEslintStrictRules
    • eslint-config-airbnb-extended: Fixed tsExtensions spreading issue
    • eslint-config-airbnb-extended: Added/Removed some of the rules from typescriptEslintStrictRules
    Open source โ†’
  41. 0.11.122 Apr 2025
    Release notes

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Added typescript-eslint recommended and stylistic rules in typescriptEslint config
    • create-airbnb-x-config: Added prettier functionality
    • create-airbnb-x-config: Automated templates by the script
    • create-airbnb-x-config: Added templates for prettier
    Open source โ†’
  42. 0.11.021 Apr 2025
    Release notes

    ๐Ÿšจ Breaking Changes

    • eslint-config-airbnb-extended: Changed typescript-eslint rules severity

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Added disableTypeChecked config for javascript from typescript-eslint
    • eslint-config-airbnb-extended: Added typescriptEslintStrict rules
    • eslint-config-airbnb-extended: Added typescript-eslint function in Check Updates

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Changed templates configs
    Open source โ†’
  43. 0.10.219 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Added tsConfigs in TypeScript config
    • eslint-config-airbnb-extended: Added vite config in dev dependencies allowed list
    Open source โ†’
  44. 0.10.119 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Fixed ignoreTypes issue
    Open source โ†’
  45. 0.10.019 Apr 2025
    Release notes

    ๐Ÿšจ Breaking Changes

    • eslint-config-airbnb-extended: Changed rules keys

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Added stylistic plugin of javascript, typescript, jsx and plus
    • eslint-config-airbnb-extended: Added stylistic and stylistic-plus in base config
    • eslint-config-airbnb-extended: Added stylistic-disable-legacy config
    • eslint-config-airbnb-extended: Added stylistic-react in React config
    • eslint-config-airbnb-extended: Added stylistic-typescript and stylistic-typescript-plus in TypeScript config
    • eslint-config-airbnb-extended: Added stylistic function in Check Updates

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: moved reactStrict rules from base config to react config
    • create-airbnb-x-config: Changed templates configs
    Open source โ†’
  46. 0.9.316 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: base rules typescript issue fixed
    Open source โ†’
  47. 0.9.216 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: fixed: Error: Cannot find module <plugin>
    Open source โ†’
  48. 0.9.113 Apr 2025
    Release notes

    ๐Ÿš€ Features

    • create-airbnb-x-config: Added @eslint/js package for eslint recommended rules

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Added @eslint/compat package in commands
    Open source โ†’
  49. 0.9.013 Apr 2025
    Release notes

    ๐Ÿšจ Breaking Changes

    • eslint-config-airbnb-extended: Removed next plugin from next config

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Added next plugin in plugins
    • eslint-config-airbnb-extended: Added next rules
    • eslint-config-airbnb-extended: next function added in Check Updates

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: folder structure changed for configs
    • create-airbnb-x-config: Added next plugin in templates
    Open source โ†’
  50. 0.8.013 Apr 2025
    Release notes

    ๐Ÿšจ Breaking Changes

    • eslint-config-airbnb-extended: renamed reactA11y rule to reactJsxA11y
    • eslint-config-airbnb-extended: moved React eslint rules (not the package rules) to react/recommanded config
    • eslint-config-airbnb-extended: Removed import-x plugin from base config

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Added node plugin in plugins
    • eslint-config-airbnb-extended: Added import-x plugin in plugins
    • eslint-config-airbnb-extended: Check Updates functionality added so in future if some new rule comes up then script can automatically check
    • eslint-config-airbnb-extended: Added eslint-inspector.config.mjs for checking rules status

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: differentiate deprecated rules from all rules
    • eslint-config-airbnb-extended: node config typo fixed (n/no-unsupported-features/es-builtin => n/no-unsupported-features/es-builtins)
    • create-airbnb-x-config: Added import-x plugin in templates
    Open source โ†’
  51. 0.7.013 Apr 2025
    Release notes

    ๐Ÿšจ Breaking Changes

    • eslint-config-airbnb-extended: node config no longer extends base config

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Added eslint-plugin-n for node config
    • create-airbnb-x-config: Added node package name in commands list

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Removed node typescript config from templates folder as it not needed
    Open source โ†’
  52. 0.6.013 Apr 2025
    Release notes

    ๐Ÿš€ Features

    • create-airbnb-x-config: Added templates folder.
    • create-airbnb-x-config: Added getConfigUrl function to get the url for GitHub for selected config.
    Open source โ†’
  53. 0.5.210 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Added react-jsx-runtime rules in next.js as it is not required those rules.
    • eslint-config-airbnb-extended: Changed react/require-default-props rule and set defaultProps (default) in functions.
    • eslint-config-airbnb-extended: Removed boolean-prop-naming from reactStrict config as it is very hard to maintain in live projects.
    Open source โ†’
  54. 0.5.19 Apr 2025
    Release notes

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Added next config
    Open source โ†’
  55. 0.5.09 Apr 2025
    Release notes

    ๐Ÿšจ Breaking Changes

    • eslint-config-airbnb-extended: react config no longer extends base config in all and typescript

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Added reactStricts rules

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Sorted all the rules alphabetically to match docs
    • eslint-config-airbnb-extended: typescript-eslint rule deprecation issue fixed
    Open source โ†’
  56. 0.4.09 Apr 2025
    Release notes

    ๐Ÿšจ Breaking Changes

    • eslint-config-airbnb-extended: react config no longer extends base config
    • eslint-config-airbnb-extended: Reduce package size from 1.34mb to 200kb around

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Did 50% Code rewrite due to size issues but no breaking changes
    • eslint-config-airbnb-extended: Added eslint-config-airbnb-extended config for project linting
    • eslint-config-airbnb-extended: Separate plugins from configs, Check FAQ section for why.

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Added -b flag in tsc command
    • eslint-config-airbnb-extended: Eslint issues resolved by adding references and composite options in tsconfig
    Open source โ†’
  57. 0.3.17 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Resolved npx issue by adding shebang line
    Open source โ†’
  58. 0.3.07 Apr 2025
    Release notes

    ๐Ÿšจ Breaking Changes

    • eslint-config-airbnb-extended: Renamed typescript-only config to typescript
    • eslint-config-airbnb-extended: Renamed typescript config to all

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Added node config
    • eslint-config-airbnb-extended: Added README.md
    • eslint-config-airbnb-extended: Added MIGRATION.md
    • create-airbnb-x-config: Added README.md

    โค๏ธ Thank You

    • (docs) Thanks to ChatGPT :)
    Open source โ†’
  59. 0.2.16 Apr 2025
    Release notes

    ๐Ÿฉน Fixes

    • create-airbnb-x-config: Resolved package manager issue
    Open source โ†’
  60. 0.2.06 Apr 2025
    Release notes

    ๐Ÿš€ Features

    • eslint-config-airbnb-extended: Airbnb Setup added
    • eslint-config-airbnb-extended: Next.js config added
    • create-airbnb-x-config: CLI POC Completed

    ๐Ÿฉน Fixes

    • eslint-config-airbnb-extended: Removed changeset CLI
    • create-airbnb-x-config: Removed changeset CLI
    Open source โ†’