We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f4ce9 commit efb2569Copy full SHA for efb2569
packages/ember/package.json
@@ -21,7 +21,7 @@
21
"clean": "yarn rimraf sentry-ember-*.tgz dist tmp build .node_modules.ember-try package.json.ember-try",
22
"lint": "run-p lint:js lint:hbs lint:ts",
23
"lint:hbs": "ember-template-lint .",
24
- "lint:js": "eslint . --cache --cache-location '../../eslintcache/'",
+ "lint:js": "eslint .",
25
"lint:ts": "tsc",
26
"start": "ember serve",
27
"test": "ember test",
0 commit comments