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 7b2846a commit 88a5dbcCopy full SHA for 88a5dbc
lib/index.d.ts
@@ -0,0 +1,12 @@
1
+import type { ESLint, Linter } from "eslint";
2
+
3
+declare const plugin: ESLint.Plugin & {
4
+ configs: {
5
+ recommended: ESLint.ConfigData;
6
+ all: ESLint.ConfigData;
7
+ "flat/recommended": Linter.Config;
8
+ "flat/all": Linter.Config;
9
+ };
10
+};
11
12
+export = plugin;
package.json
@@ -21,6 +21,7 @@
21
"license": "MIT",
22
"exports": "./lib/index.js",
23
"main": "lib/index.js",
24
+ "types": "lib/index.d.ts",
25
"files": [
26
"lib/",
27
"CHANGELOG.md"
0 commit comments