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 f10d8fc commit c9c7922Copy full SHA for c9c7922
.npmignore
package.json
@@ -16,6 +16,10 @@
16
"repository": "https://github.com/xjamundx/eslint-plugin-promise",
17
"homepage": "https://github.com/xjamundx/eslint-plugin-promise",
18
"bugs": "https://github.com/xjamundx/eslint-plugin-promise/issues",
19
+ "main": "index.js",
20
+ "files": [
21
+ "rules"
22
+ ],
23
"scripts": {
24
"format": "prettier --write .",
25
"lint": "eslint .",
0 commit comments