|
1 | 1 | { |
2 | 2 | "name": "@dipcode/eslint-config", |
3 | | - "version": "0.0.1", |
| 3 | + "version": "0.1.0", |
4 | 4 | "description": "Shareable ESLint config for Dipcode.", |
5 | 5 | "main": "./src/config.js", |
6 | 6 | "scripts": { |
|
14 | 14 | }, |
15 | 15 | "repository": { |
16 | 16 | "type": "git", |
17 | | - "url": "git+https://github.com/dipcode-software/stylelint-config-dipcode.git" |
| 17 | + "url": "git+https://github.com/dipcode-software/eslint-config-dipcode.git" |
18 | 18 | }, |
19 | 19 | "keywords": [ |
20 | 20 | "eslint", |
|
25 | 25 | "author": "Team Dipcode", |
26 | 26 | "license": "MIT", |
27 | 27 | "bugs": { |
28 | | - "url": "https://github.com/dipcode-software/stylelint-config-dipcode/issues" |
| 28 | + "url": "https://github.com/dipcode-software/eslint-config-dipcode/issues" |
29 | 29 | }, |
30 | | - "homepage": "https://github.com/dipcode-software/stylelint-config-dipcode#readme", |
31 | | - "exports": [ |
32 | | - "./src/config.js" |
33 | | - ], |
| 30 | + "homepage": "https://github.com/dipcode-software/eslint-config-dipcode#readme", |
| 31 | + "exports": "./src/config.js", |
34 | 32 | "devDependencies": { |
35 | 33 | "husky": "8.0.3", |
36 | 34 | "lint-staged": "15.2.0", |
37 | 35 | "prettier": "3.2.2" |
38 | 36 | }, |
| 37 | + "peerDependencies": { |
| 38 | + "eslint": "^8.0.0" |
| 39 | + }, |
39 | 40 | "dependencies": { |
40 | | - "@typescript-eslint/eslint-plugin": "6.18.1", |
41 | | - "@typescript-eslint/parser": "6.18.1", |
42 | | - "eslint-config-standard-with-typescript": "43.0.0", |
43 | | - "eslint-plugin-jsdoc": "48.0.2", |
44 | | - "eslint-plugin-simple-import-sort": "10.0.0" |
| 41 | + "@typescript-eslint/eslint-plugin": "^6.18.1", |
| 42 | + "@typescript-eslint/parser": "^6.18.1", |
| 43 | + "eslint-config-standard-with-typescript": "^43.0.0", |
| 44 | + "eslint-plugin-jsdoc": "^48.0.2", |
| 45 | + "eslint-plugin-simple-import-sort": "^10.0.0" |
45 | 46 | } |
46 | 47 | } |
0 commit comments