We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4391b71 commit 54c3ca6Copy full SHA for 54c3ca6
1 file changed
docs/src/use/configure/migration-guide.md
@@ -318,13 +318,11 @@ import globals from "globals";
318
export default [
319
{
320
languageOptions: {
321
+ ecmaVersion: 2022,
322
+ sourceType: "module",
323
globals: {
324
...globals.browser,
325
myCustomGlobal: "readonly"
- },
- parserOptions: {
326
- ecmaVersion: 2022,
327
- sourceType: "module"
328
}
329
330
// ...other config
0 commit comments