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 b38990b commit 38d8c7bCopy full SHA for 38d8c7b
website/rspress.config.ts
@@ -9,7 +9,7 @@ import pluginSitemap from 'rspress-plugin-sitemap';
9
import { pluginPreloadRule } from './preload-plugin';
10
11
const siteUrl = 'https://rslint.rs';
12
-const description = 'The Rspack-based testing framework';
+const description = 'The high-performance TypeScript linter';
13
14
export default defineConfig({
15
root: path.join(__dirname, 'docs'),
0 commit comments