|
13 | 13 | "test:config": "cd packages/eslint-config-godaddy && npm test", |
14 | 14 | "test:config:es5": "cd packages/eslint-config-godaddy-es5 && npm test", |
15 | 15 | "test:config:react": "cd packages/eslint-config-godaddy-react && npm test", |
16 | | - "test:config:react-flow": "cd packages/eslint-config-godaddy-react-flow && npm test" |
| 16 | + "test:config:react-flow": "cd packages/eslint-config-godaddy-react-flow && npm test", |
| 17 | + "prepush": "npm test" |
| 18 | + }, |
| 19 | + "prepush": { |
| 20 | + "tasks": [ |
| 21 | + "npm run prepush" |
| 22 | + ] |
17 | 23 | }, |
18 | 24 | "repository": { |
19 | 25 | "type": "git", |
|
44 | 50 | "godaddy-js-style-eslint": "./bin/eslint" |
45 | 51 | }, |
46 | 52 | "devDependencies": { |
47 | | - "babel-eslint": "^10.0.1", |
48 | | - "eslint": "^5.8.0", |
| 53 | + "babel-eslint": "^10.0.2", |
| 54 | + "eslint": "^6.0.1", |
49 | 55 | "eslint-find-rules": "^3.3.1", |
50 | | - "eslint-plugin-babel": "^4.0.1", |
51 | | - "eslint-plugin-flowtype": "^3.1.1", |
52 | | - "eslint-plugin-json": "^1.2.1", |
53 | | - "eslint-plugin-jsx-a11y": "^6.2.1", |
54 | | - "eslint-plugin-mocha": "^5.2.0", |
55 | | - "eslint-plugin-react": "^7.11.1" |
| 56 | + "eslint-plugin-babel": "^5.3.0", |
| 57 | + "eslint-plugin-flowtype": "^3.11.1", |
| 58 | + "eslint-plugin-json": "^1.4.0", |
| 59 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 60 | + "eslint-plugin-mocha": "^5.3.0", |
| 61 | + "eslint-plugin-react": "^7.14.2", |
| 62 | + "prepush": "^3.1.11", |
| 63 | + "react": "^16.8.6" |
56 | 64 | }, |
57 | 65 | "dependencies": { |
58 | 66 | "npm-run-all": "^4.0.2" |
|
0 commit comments