Skip to content

Commit 258e4af

Browse files
committed
fix lint
1 parent 609d1a4 commit 258e4af

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Diff for: packages/host/app/components/operator-mode/syntax-error-display.gts

+3-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ export default class SyntaxErrorDisplay extends Component<Signature> {
4949
</div>
5050

5151
<hr />
52-
<pre data-test-syntax-errors>{{this.removeSourceMappingURL @syntaxErrors}}</pre>
52+
<pre data-test-syntax-errors>{{this.removeSourceMappingURL
53+
@syntaxErrors
54+
}}</pre>
5355
</div>
5456
</div>
5557
</template>

Diff for: packages/host/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"lint:hbs": "ember-template-lint .",
2020
"lint:hbs:fix": "ember-template-lint . --fix",
2121
"lint:js": "eslint . --cache",
22-
"lint:js:fix": "eslint . --cache --fix",
22+
"lint:js:fix": "eslint . --fix",
2323
"lint:glint": "glint",
2424
"start": "NODE_OPTIONS='--max-old-space-size=8192' FASTBOOT_DISABLED=true OWN_REALM_URL=http://localhost:4201/drafts/ OTHER_REALM_URLS=http://localhost:4201/published/ ember serve",
2525
"start:build": "NODE_OPTIONS='--max-old-space-size=8192' FASTBOOT_DISABLED=true ember build --watch",

0 commit comments

Comments
 (0)