ESLint configuration that integrates @babel/eslint-parser for parsing modern JavaScript with Babel. Version 3.0.0 requires Node >=20, npm >=10, and peer dependencies @babel/eslint-parser@^7 and eslint@^9. Published by adidas as part of their linter configs monorepo. It is a simple shareable config that adds Babel parser support and applies Babel-specific settings, intended to be combined with other adidas configs like adidas-env or adidas-es6.
npm install eslint-config-adidas-babelNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Sets up ESLint with Babel parser and adidas config for modern JS linting.
Use 'adidas-babel' in the extends array of your ESLint configuration.
Upgrade to eslint@9 and @babel/eslint-parser@7. If on eslint@8, use version 2.x of this config.
Consider migrating to the unified config eslint-config-adidas when available.
npm install --save-dev @babel/eslint-parser@^7
npm install --save-dev eslint-config-adidas-babel
Change "extends": "adidas-babel" to "extends": ["adidas-babel"]