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