|
14 | 14 | "test": "yarn build && yarn run lint && yarn run jest", |
15 | 15 | "jest": "jest --colors --logHeapUsage", |
16 | 16 | "jest:coverage": "yarn run jest --coverage", |
17 | | - "lint": "eslint . --ext js,ts --max-warnings=0 --report-unused-disable-directives", |
| 17 | + "lint": "eslint . --max-warnings=0 --report-unused-disable-directives", |
18 | 18 | "pretty": "prettier \"**/*.{js,ts,md,json}\" --write", |
19 | 19 | "changelog": "conventional-changelog -p conventional-changelog-beemo -i CHANGELOG.md -s", |
20 | 20 | "version:canary": "yarn version --prerelease --preid canary" |
|
23 | 23 | "**/*.{js,ts,md,json}": [ |
24 | 24 | "yarn run pretty" |
25 | 25 | ], |
26 | | - "**/*.{js,ts}": [ |
| 26 | + "{.github/}**/*.{js,ts}": [ |
27 | 27 | "yarn run lint --fix" |
28 | 28 | ] |
29 | 29 | }, |
|
33 | 33 | } |
34 | 34 | }, |
35 | 35 | "devDependencies": { |
36 | | - "@email-types/data": "^1.0.0-canary.3", |
| 36 | + "@email-types/data": "^1.0.0-canary.4", |
37 | 37 | "@postmates/eslint-config": "^5.1.1", |
38 | 38 | "@types/fs-extra": "^8.0.1", |
39 | 39 | "@types/jest": "^24.0.23", |
40 | | - "@types/node": "^12.12.14", |
| 40 | + "@types/node": "^12.12.18", |
41 | 41 | "@types/prettier": "^1.19.0", |
42 | 42 | "@typescript-eslint/eslint-plugin": "^2.7.0", |
43 | 43 | "@typescript-eslint/parser": "^2.7.0", |
44 | 44 | "colors": "^1.4.0", |
45 | 45 | "conventional-changelog-beemo": "^1.6.0", |
46 | | - "conventional-changelog-cli": "^2.0.28", |
47 | | - "csstype": "^2.6.7", |
| 46 | + "conventional-changelog-cli": "^2.0.31", |
| 47 | + "csstype": "^2.6.8", |
48 | 48 | "eslint": "^6.7.2", |
49 | 49 | "eslint-config-prettier": "^6.7.0", |
50 | | - "eslint-plugin-import": "^2.18.2", |
| 50 | + "eslint-plugin-import": "^2.19.1", |
51 | 51 | "eslint-plugin-jest": "^23.1.1", |
52 | 52 | "eslint-plugin-jsx-a11y": "^6.2.3", |
53 | | - "eslint-plugin-prettier": "^3.1.1", |
| 53 | + "eslint-plugin-prettier": "^3.1.2", |
54 | 54 | "eslint-plugin-react": "^7.17.0", |
55 | 55 | "eslint-plugin-react-hooks": "^1.7.0", |
56 | 56 | "fs-extra": "^8.1.0", |
|
60 | 60 | "prettier": "^1.19.1", |
61 | 61 | "ts-jest": "^24.2.0", |
62 | 62 | "ts-node": "^8.5.4", |
63 | | - "typescript": "^3.7.2" |
| 63 | + "typescript": "^3.7.3" |
64 | 64 | }, |
65 | 65 | "keywords": [ |
66 | 66 | "definitions", |
|
0 commit comments