Skip to content

Commit efb2569

Browse files
committed
fix ember lint
1 parent 59f4ce9 commit efb2569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ember/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"clean": "yarn rimraf sentry-ember-*.tgz dist tmp build .node_modules.ember-try package.json.ember-try",
2222
"lint": "run-p lint:js lint:hbs lint:ts",
2323
"lint:hbs": "ember-template-lint .",
24-
"lint:js": "eslint . --cache --cache-location '../../eslintcache/'",
24+
"lint:js": "eslint .",
2525
"lint:ts": "tsc",
2626
"start": "ember serve",
2727
"test": "ember test",

0 commit comments

Comments
 (0)