|
9 | 9 | "main": "src/main.ts",
|
10 | 10 | "repository": "github:redxtech/devmod",
|
11 | 11 | "scripts": {
|
12 |
| - "build": "tsc", |
| 12 | + "build": "tsc", |
13 | 13 | "dev": "nodemon --exec ts-node ./src/main.ts --strict",
|
14 |
| - "lint": "xo" |
| 14 | + "lint": "xo", |
| 15 | + "lint:fix": "yarn xo --fix" |
15 | 16 | },
|
16 | 17 | "dependencies": {
|
17 | 18 | "chalk": "^4.1.0",
|
|
23 | 24 | "@types/node": "^14.6.0",
|
24 | 25 | "@typescript-eslint/eslint-plugin": "^3.9.1",
|
25 | 26 | "@typescript-eslint/parser": "^3.9.1",
|
| 27 | + "eslint": "^7.7.0", |
| 28 | + "eslint-config-prettier": "^6.11.0", |
| 29 | + "eslint-config-xo": "^0.32.1", |
| 30 | + "eslint-config-xo-typescript": "^0.32.0", |
| 31 | + "eslint-plugin-ava": "^11.0.0", |
| 32 | + "eslint-plugin-eslint-comments": "^3.2.0", |
| 33 | + "eslint-plugin-import": "^2.22.0", |
| 34 | + "eslint-plugin-no-use-extend-native": "^0.5.0", |
| 35 | + "eslint-plugin-node": "^11.1.0", |
| 36 | + "eslint-plugin-prettier": "^3.1.4", |
| 37 | + "eslint-plugin-promise": "^4.2.1", |
| 38 | + "eslint-plugin-unicorn": "^21.0.0", |
26 | 39 | "husky": "^4.2.5",
|
27 | 40 | "nodemon": "^2.0.4",
|
28 | 41 | "prettier": "^2.0.5",
|
29 |
| - "pretty-quick": "^2.0.1", |
| 42 | + "pretty-quick": "^3.0.0", |
30 | 43 | "ts-node": "^8.10.2",
|
31 | 44 | "typescript": "^4.0.2",
|
32 | 45 | "xo": "^0.33.0"
|
|
0 commit comments