|
16 | 16 | "eslint-plugin-eslint-comments": "~3.0.1",
|
17 | 17 | "eslint-plugin-eslint-plugin": "~1.4.0",
|
18 | 18 | "eslint-plugin-node": "~7.0.1",
|
19 |
| - "eslint-plugin-prettier": "~2.6.2", |
| 19 | + "eslint-plugin-prettier": "^3.0.0", |
20 | 20 | "eslint-plugin-typescript": "~0.12.0",
|
21 | 21 | "eslint-plugin-vue": "~5.0.0-beta.3",
|
22 | 22 | "prettier": "~1.14.2",
|
23 |
| - "typescript-eslint-parser": "^18.0.0", |
| 23 | + "typescript-eslint-parser": "^20.0.0", |
24 | 24 | "vue-eslint-parser": "^3.2.2"
|
25 | 25 | },
|
26 | 26 | "devDependencies": {
|
| 27 | + "@mysticatea/eslint-plugin": "^5.1.0", |
27 | 28 | "chokidar-cli": "^1.2.0",
|
28 | 29 | "codecov": "^3.0.1",
|
29 |
| - "eslint": "~5.3.0", |
| 30 | + "eslint": "~5.6.1", |
30 | 31 | "fs-extra": "^7.0.0",
|
31 | 32 | "globals": "^11.7.0",
|
32 | 33 | "mocha": "^5.2.0",
|
33 | 34 | "npm-run-all": "^4.1.3",
|
34 |
| - "nyc": "^12.0.2", |
| 35 | + "nyc": "^13.0.1", |
35 | 36 | "opener": "^1.5.0",
|
36 | 37 | "rimraf": "^2.6.2"
|
37 | 38 | },
|
|
40 | 41 | "version": "eslint lib/rules --fix && git add lib/rules",
|
41 | 42 | "postversion": "git push && git push --tags",
|
42 | 43 | "clean": "rimraf .nyc_output coverage",
|
43 |
| - "lint": "eslint lib scripts tests .eslintrc.js", |
| 44 | + "lint": "eslint lib scripts tests", |
44 | 45 | "pretest": "npm run -s lint",
|
45 | 46 | "test": "nyc mocha \"tests/lib/**/*.js\" --reporter dot",
|
46 | 47 | "update": "node scripts/generate-browser-globals && node scripts/generate-configs && node scripts/generate-rules",
|
|
0 commit comments