diff --git a/docs/user-guide/configuring.md b/docs/user-guide/configuring.md index 5fb0a5c253c..b2d3301df68 100644 --- a/docs/user-guide/configuring.md +++ b/docs/user-guide/configuring.md @@ -73,7 +73,7 @@ To indicate the npm module to use as your parser, specify it using the `parser` The following parsers are compatible with ESLint: * [Esprima](https://www.npmjs.com/package/esprima) -* [Babel-ESLint](https://www.npmjs.com/package/babel-eslint) - A wrapper around the [Babel](https://babeljs.io) parser that makes it compatible with ESLint. +* [@babel/eslint-parser](https://www.npmjs.com/package/@babel/eslint-parser) - A wrapper around the [Babel](https://babeljs.io) parser that makes it compatible with ESLint. * [@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser) - A parser that converts TypeScript into an ESTree-compatible form so it can be used in ESLint. Note when using a custom parser, the `parserOptions` configuration property is still required for ESLint to work properly with features not in ECMAScript 5 by default. Parsers are all passed `parserOptions` and may or may not use them to determine which features to enable.