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 7e29126 commit 31d61d1Copy full SHA for 31d61d1
package.json
@@ -10,12 +10,18 @@
10
"promises"
11
],
12
"author": "jden <jason@denizac.org>",
13
- "repository": "git@github.com:xjamundx/eslint-plugin-promise.git",
+ "contributors": [
14
+ "Brett Zamir"
15
+ ],
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
"scripts": {
20
"precommit": "lint-staged --concurrent false",
21
"test": "jest",
22
"lint": "eslint rules __tests__ index.js"
23
},
24
+ "dependencies": {},
25
"devDependencies": {
26
"doctoc": "^1.4.0",
27
"eslint": "^6.8.0",
0 commit comments