Skip to content

Commit

Permalink
docs: fix migration-guide example (#17829)
Browse files Browse the repository at this point in the history
Fixes #17771
  • Loading branch information
Tanujkanti4441 committed Dec 8, 2023
1 parent 4391b71 commit 54c3ca6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/src/use/configure/migration-guide.md
Expand Up @@ -318,13 +318,11 @@ import globals from "globals";
export default [
{
languageOptions: {
ecmaVersion: 2022,
sourceType: "module",
globals: {
...globals.browser,
myCustomGlobal: "readonly"
},
parserOptions: {
ecmaVersion: 2022,
sourceType: "module"
}
}
// ...other config
Expand Down

0 comments on commit 54c3ca6

Please sign in to comment.