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 30b12c8 commit 838e234Copy full SHA for 838e234
explorer-v2/src/routes/index.svelte
@@ -7,7 +7,8 @@
7
</script>
8
9
<svelte:head>
10
- <title>Home</title>
+ <title>svelte-eslint-parser</title>
11
+ <meta name="description" content="Svelte parser for ESLint" />
12
</svelte:head>
13
14
<AstExplorer />
explorer-v2/src/routes/playground.svelte
@@ -7,7 +7,7 @@
- <title>Playground</title>
+ <title>Playground | svelte-eslint-parser</title>
<ESLintPlayground />
explorer-v2/src/routes/scope.svelte
- <title>Scope</title>
+ <title>ScopeManager | svelte-eslint-parser</title>
<ScopeExplorer />
0 commit comments