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 9ca6996 commit e6bfe25Copy full SHA for e6bfe25
.gitignore
@@ -19,3 +19,4 @@ public/user-avatars
19
public/sponsors
20
.vscode
21
.vitepress/cache
22
+.eslintcache
package.json
@@ -12,7 +12,7 @@
12
"preview-https": "pnpm run build && serve .vitepress/dist",
13
"preview-https-no-prefetch": "pnpm run build-no-prefetch && serve .vitepress/dist",
14
"prefetch": "tsx .vitepress/scripts/fetch-avatars.ts",
15
- "lint": "eslint .",
+ "lint": "eslint --cache .",
16
"lint:fix": "eslint . --fix",
17
"generate-pwa-icons": "pwa-assets-generator",
18
"prepare": "simple-git-hooks"
0 commit comments