|
25 | 25 | "scripts": {
|
26 | 26 | "build": "ember build",
|
27 | 27 | "docs": "scripts/precompile.sh && documentation build --document-exported \"addon-test-support/@ember/test-helpers/index.js\" --config documentation.yml --markdown-toc-max-depth 3 -f md -o API.md && ember ts:clean",
|
28 |
| - "lint": "eslint --ext=js,ts --cache . && tsc -p tsconfig.json --noEmit", |
| 28 | + "lint": "npm-run-all lint:*", |
| 29 | + "lint:eslint": "eslint --cache .", |
| 30 | + "lint:types": "tsc -p tsconfig.json --noEmit", |
29 | 31 | "prepublishOnly": "scripts/precompile.sh",
|
30 | 32 | "postpublish": "ember ts:clean",
|
31 | 33 | "release": "release-it",
|
|
47 | 49 | "@types/ember-data": "^3.16.6",
|
48 | 50 | "@types/ember-testing-helpers": "^0.0.4",
|
49 | 51 | "@types/rsvp": "^4.0.3",
|
50 |
| - "@typescript-eslint/eslint-plugin": "^2.34.0", |
51 |
| - "@typescript-eslint/parser": "^2.34.0", |
| 52 | + "@typescript-eslint/eslint-plugin": "^4.9.0", |
| 53 | + "@typescript-eslint/parser": "^4.9.0", |
52 | 54 | "broccoli-merge-trees": "^4.2.0",
|
53 | 55 | "documentation": "^13.0.2",
|
54 | 56 | "ember-cli": "~3.20.0",
|
|
67 | 69 | "ember-source": "~3.20.4",
|
68 | 70 | "ember-source-channel-url": "^2.0.1",
|
69 | 71 | "ember-try": "^1.4.0",
|
70 |
| - "eslint": "^6.8.0", |
| 72 | + "eslint": "^7.14.0", |
71 | 73 | "eslint-config-prettier": "^6.15.0",
|
72 | 74 | "eslint-plugin-disable-features": "^0.1.3",
|
73 | 75 | "eslint-plugin-node": "^11.1.0",
|
74 |
| - "eslint-plugin-prettier": "^3.1.4", |
| 76 | + "eslint-plugin-prettier": "^3.2.0", |
75 | 77 | "fs-extra": "^9.0.1",
|
76 | 78 | "loader.js": "^4.7.0",
|
77 |
| - "prettier": "^2.1.2", |
| 79 | + "npm-run-all": "^4.1.5", |
| 80 | + "prettier": "^2.2.1", |
78 | 81 | "qunit": "^2.13.0",
|
79 | 82 | "release-it": "^14.2.1",
|
80 | 83 | "release-it-lerna-changelog": "^3.1.0",
|
|
0 commit comments