We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd690db commit d4b4b84Copy full SHA for d4b4b84
index.d.ts
@@ -0,0 +1,9 @@
1
+import type { Rule } from 'eslint';
2
+
3
+declare const plugin: {
4
+ rules: {
5
+ [key: string]: Rule.RuleModule;
6
+ };
7
+};
8
9
+export = plugin;
package.json
@@ -3,6 +3,7 @@
"version": "v1.5.5",
"description": "",
"main": "index.js",
+ "types": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/MelvinVermeer/eslint-plugin-no-relative-import-paths"
0 commit comments