|
21 | 21 | ], |
22 | 22 | "repository": "https://github.com/atom-ide-community/eslint-config-atomic", |
23 | 23 | "license": "MIT", |
| 24 | + "prettier": "prettier-config-atomic", |
24 | 25 | "scripts": { |
25 | 26 | "format": "prettier --write .", |
26 | 27 | "test.format": "prettier . --check", |
|
31 | 32 | "bump": "ncu -u -x coffeescript" |
32 | 33 | }, |
33 | 34 | "dependencies": { |
| 35 | + "@babel/core": "^7", |
34 | 36 | "@typescript-eslint/eslint-plugin": "^4.18.0", |
35 | 37 | "@typescript-eslint/parser": "^4.18.0", |
36 | 38 | "babel-eslint": "^10.1.0", |
| 39 | + "coffeescript": "^1", |
| 40 | + "eslint-config-prettier": "^8.1.0", |
37 | 41 | "eslint-plugin-coffee": "^0.1.14", |
38 | 42 | "eslint-plugin-import": "^2.22.1", |
39 | 43 | "eslint-plugin-json": "^2.1.2", |
40 | 44 | "eslint-plugin-node": "^11.1.0", |
41 | 45 | "eslint-plugin-only-warn": "^1.0.2", |
42 | 46 | "eslint-plugin-optimize-regex": "^1.2.0", |
43 | | - "eslint-config-prettier": "^8.1.0", |
44 | 47 | "eslint-plugin-react": "^7.22.0", |
45 | 48 | "eslint-plugin-yaml": "^0.4.1", |
46 | 49 | "prettier": "^2", |
47 | | - "typescript": "^4", |
48 | | - "coffeescript": "^1", |
49 | | - "@babel/core": "^7" |
| 50 | + "typescript": "^4" |
50 | 51 | }, |
51 | 52 | "peerDependencies": { |
52 | 53 | "eslint": ">=7" |
|
56 | 57 | "execa": "^5.0.0", |
57 | 58 | "gitly": "^2.0.2", |
58 | 59 | "npm-check-updates": "11.3.0", |
| 60 | + "prettier-config-atomic": "^1.0.1", |
59 | 61 | "shelljs": "^0.8.4" |
60 | 62 | } |
61 | 63 | } |
0 commit comments