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.
vercel.json
1 parent 533fa8c commit ef7d913Copy full SHA for ef7d913
docs/oxlint/UNSUPPORTED-RULES.md
@@ -1,6 +1,6 @@
1
# Oxlint Unsupported Rules
2
3
-Generated on: 2025-06-02T17:09:55.716Z
+Generated on: 2025-06-02T17:10:38.777Z
4
5
- `accessor-pairs`
6
- `class-methods-use-this`
vercel.json
@@ -0,0 +1,6 @@
+{
+ "$schema": "https://openapi.vercel.sh/vercel.json",
+ "outputDirectory": "dist",
+ "installCommand": "pnpm install",
+ "buildCommand": "pnpm build:inspector"
+}
0 commit comments