diff --git a/package.json b/package.json index 7fb6d7f12..f0e72f3bb 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "clean": "git clean -x -f", "docs": "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", "lint": "npm-run-all lint:*", - "lint:eslint": "eslint --cache .", - "lint:types": "tsc -p tsconfig.json --noEmit", + "lint:js": "eslint --cache .", + "lint:ts": "tsc -p tsconfig.json --noEmit", "postpublish": "npm-run-all clean", "release": "release-it", "start": "ember serve",