We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5687e7d commit b298462Copy full SHA for b298462
index.d.ts
@@ -0,0 +1,5 @@
1
+type Config = {
2
+ rules: Record<string, 0 | "off">;
3
+};
4
+
5
+export = Config;
0 commit comments