|
13 | 13 | ], |
14 | 14 | "scripts": { |
15 | 15 | "purge": "rm -rf node_modules", |
16 | | - "format": "prettier --write .", |
17 | | - "format:check": "prettier --check .", |
18 | | - "format:stage": "pretty-quick --staged", |
19 | | - "lint": "eslint --ignore-path .gitignore --ignore-pattern templates .", |
| 16 | + "format": "prettier --write --ignore-path .gitignore **/*.js", |
| 17 | + "format:check": "prettier --check --ignore-path .gitignore **/*.js", |
| 18 | + "lint": "eslint --ignore-path .gitignore --ignore-pattern templates **/*.js", |
20 | 19 | "release": "standard-version --no-verify", |
21 | 20 | "release:major": "yarn release --release-as major", |
22 | 21 | "release:minor": "yarn release --release-as minor", |
|
35 | 34 | "@boringcodes/eslint-config": "^1.0.0", |
36 | 35 | "@boringcodes/prettier-config": "^1.0.0", |
37 | 36 | "change-case": "^4.1.1", |
| 37 | + "eslint": "^6.8.0", |
38 | 38 | "eslint-config-prettier": "^6.10.1", |
39 | 39 | "eslint-config-standard": "^14.1.1", |
40 | 40 | "eslint-plugin-import": "^2.20.1", |
41 | 41 | "eslint-plugin-node": "^11.0.0", |
42 | 42 | "eslint-plugin-promise": "^4.2.1", |
43 | 43 | "eslint-plugin-standard": "^4.0.1", |
44 | | - "eslint": "^6.8.0", |
45 | 44 | "husky": "^4.2.3", |
| 45 | + "lint-staged": "^10.0.9", |
46 | 46 | "prettier": "^2.0.2", |
47 | | - "pretty-quick": "^2.0.1", |
48 | 47 | "standard-version": "^7.1.0" |
49 | 48 | } |
50 | 49 | } |
0 commit comments