|
18 | 18 | ], |
19 | 19 | "scripts": { |
20 | 20 | "build": "rimraf lib && tsc -b src && r", |
21 | | - "lint:md": "cross-env EFF_NO_LINK_RULES=true eslint . --ext md -f friendly", |
22 | | - "lint:src": "cross-env EFF_NO_LINK_RULES=true eslint src --ext js,ts -f friendly", |
23 | | - "lint": "run-p lint:*", |
| 21 | + "lint": "cross-env EFF_NO_LINK_RULES=true eslint . --ext md,js,ts -f friendly --ignore-pattern tests", |
24 | 22 | "pretest": "r", |
25 | | - "test": "eslint tests/**/index.ts", |
| 23 | + "test": "cross-env EFF_NO_LINK_RULES=true eslint tests/**/*.{ts,tsx} -f friendly", |
26 | 24 | "type-coverage": "type-coverage --cache --ignore-catch --detail --strict" |
27 | 25 | }, |
28 | 26 | "keywords": [ |
|
47 | 45 | "@1stg/babel-preset": "^0.6.1", |
48 | 46 | "@1stg/eslint-config": "^0.9.3", |
49 | 47 | "@1stg/husky-config": "^0.3.0", |
| 48 | + "@1stg/lint-staged": "^0.6.0", |
50 | 49 | "@1stg/prettier-config": "^0.2.0", |
51 | 50 | "@1stg/remark-config": "^0.2.1", |
52 | 51 | "@1stg/rollup-config": "^0.9.3", |
|
56 | 55 | "@commitlint/config-conventional": "^8.1.0", |
57 | 56 | "@types/debug": "^4.1.5", |
58 | 57 | "@types/glob": "^7.1.1", |
59 | | - "@types/node": "^12.7.4", |
| 58 | + "@types/node": "^12.7.5", |
60 | 59 | "@types/resolve": "^0.0.8", |
61 | 60 | "@types/unist": "^2.0.3", |
62 | 61 | "cross-env": "^5.2.1", |
|
0 commit comments