diff --git a/.vscode/settings.json b/.vscode/settings.json index ab616e0d15..8732626472 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,9 +10,6 @@ "[markdown]": { "files.trimTrailingWhitespace": false }, - "eslint.options": { - "flags": ["unstable_ts_config"] - }, "eslint.validate": [ "javascript", "javascriptreact", diff --git a/e2e/docs/.vuepress/theme/client/layouts/Layout.vue b/e2e/docs/.vuepress/theme/client/layouts/Layout.vue index 07519db48d..13713e7d27 100644 --- a/e2e/docs/.vuepress/theme/client/layouts/Layout.vue +++ b/e2e/docs/.vuepress/theme/client/layouts/Layout.vue @@ -1,7 +1,19 @@