We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 928af0c commit 18f1c75Copy full SHA for 18f1c75
website/app/layout.config.tsx
@@ -46,4 +46,5 @@ export const baseOptions: BaseLayoutProps = {
46
url: "https://github.com/Rel1cx/eslint-react/releases",
47
},
48
],
49
+ githubUrl: "https://github.com/Rel1cx/eslint-react",
50
};
website/content/docs/getting-started/meta.json
@@ -4,7 +4,7 @@
4
"javascript",
5
"javascript-with-alternative-parser",
6
"typescript",
7
- "typescript-with-alternative-parser"
+ "!typescript-with-alternative-parser"
8
9
"defaultOpen": true
10
}
0 commit comments