|
9 | 9 | "promise", |
10 | 10 | "promises" |
11 | 11 | ], |
| 12 | + "homepage": "https://github.com/eslint-community/eslint-plugin-promise", |
| 13 | + "bugs": "https://github.com/eslint-community/eslint-plugin-promise/issues", |
| 14 | + "repository": { |
| 15 | + "type": "git", |
| 16 | + "url": "https://github.com/eslint-community/eslint-plugin-promise" |
| 17 | + }, |
| 18 | + "license": "ISC", |
12 | 19 | "author": "jden <jason@denizac.org>", |
13 | 20 | "contributors": [ |
14 | 21 | "Brett Zamir", |
15 | 22 | "Aadit M Shah <aaditmshah@aadit.codes> (https://aadit.codes/)" |
16 | 23 | ], |
17 | | - "repository": { |
18 | | - "type": "git", |
19 | | - "url": "https://github.com/eslint-community/eslint-plugin-promise" |
20 | | - }, |
21 | | - "homepage": "https://github.com/eslint-community/eslint-plugin-promise", |
22 | | - "bugs": "https://github.com/eslint-community/eslint-plugin-promise/issues", |
23 | 24 | "scripts": { |
24 | 25 | "format": "prettier --write .", |
25 | 26 | "lint": "eslint --report-unused-disable-directives .", |
26 | 27 | "prepare": "husky install", |
27 | 28 | "test": "jest --coverage" |
28 | 29 | }, |
29 | | - "devDependencies": { |
30 | | - "@typescript-eslint/parser": "^5.40.0", |
31 | | - "doctoc": "^2.2.1", |
32 | | - "eslint": "^8.24.0", |
33 | | - "eslint-config-prettier": "^8.5.0", |
34 | | - "eslint-plugin-eslint-plugin": "^4.4.1", |
35 | | - "eslint-plugin-jest": "^26.9.0", |
36 | | - "eslint-plugin-node": "^11.1.0", |
37 | | - "eslint-plugin-prettier": "^4.2.1", |
38 | | - "husky": "^7.0.4", |
39 | | - "jest": "^28.1.3", |
40 | | - "lint-staged": "^12.5.0", |
41 | | - "prettier": "^2.7.1", |
42 | | - "typescript": "^4.8.4" |
43 | | - }, |
44 | | - "peerDependencies": { |
45 | | - "eslint": "^7.0.0 || ^8.0.0" |
46 | | - }, |
47 | | - "engines": { |
48 | | - "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
49 | | - }, |
50 | | - "license": "ISC", |
51 | 30 | "lint-staged": { |
52 | 31 | "{README.md,CONTRIBUTING.md}": [ |
53 | 32 | "doctoc --maxlevel 3 --notitle" |
|
61 | 40 | ] |
62 | 41 | }, |
63 | 42 | "prettier": { |
| 43 | + "proseWrap": "always", |
64 | 44 | "semi": false, |
65 | | - "singleQuote": true, |
66 | | - "proseWrap": "always" |
| 45 | + "singleQuote": true |
67 | 46 | }, |
68 | 47 | "jest": { |
69 | 48 | "coverageThreshold": { |
|
74 | 53 | "statements": 100 |
75 | 54 | } |
76 | 55 | } |
| 56 | + }, |
| 57 | + "devDependencies": { |
| 58 | + "@typescript-eslint/parser": "^5.40.0", |
| 59 | + "doctoc": "^2.2.1", |
| 60 | + "eslint": "^8.24.0", |
| 61 | + "eslint-config-prettier": "^8.5.0", |
| 62 | + "eslint-plugin-eslint-plugin": "^4.4.1", |
| 63 | + "eslint-plugin-jest": "^26.9.0", |
| 64 | + "eslint-plugin-node": "^11.1.0", |
| 65 | + "eslint-plugin-prettier": "^4.2.1", |
| 66 | + "husky": "^7.0.4", |
| 67 | + "jest": "^28.1.3", |
| 68 | + "lint-staged": "^12.5.0", |
| 69 | + "prettier": "^2.7.1", |
| 70 | + "typescript": "^4.8.4" |
| 71 | + }, |
| 72 | + "peerDependencies": { |
| 73 | + "eslint": "^7.0.0 || ^8.0.0" |
| 74 | + }, |
| 75 | + "engines": { |
| 76 | + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" |
77 | 77 | } |
78 | 78 | } |
0 commit comments