Skip to content

Commit 7143dbf

Browse files
authored
docs: update v9 migration guide for @eslint/js usage (#20540)
* docs: add @eslint/js removal to migration guide * docs: move install instructions from v10 to v9 migration guide
1 parent 035fc4f commit 7143dbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/use/migrate-to-9.0.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ export default ["eslint:recommended", "eslint:all"];
353353

354354
In ESLint v9.0.0, this format is no longer supported and will result in an error.
355355

356-
**To address:** Use the `@eslint/js` package instead:
356+
**To address:** Install and use the `@eslint/js` package instead:
357357

358358
```js
359359
// eslint.config.js

0 commit comments

Comments
 (0)