Skip to content

Commit

Permalink
DEV: Update linting
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq committed Nov 20, 2024
1 parent 821d383 commit 81d8903
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 254 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
action=(action "configureWebhooks")
label="code_review.configure_webhooks"
class="code-review-configure-webhooks-button"
disabled=loadError
title=configureWebhooksTitle
disabled=this.loadError
title=this.configureWebhooksTitle
}}
{{else}}
{{html-safe (i18n "code_review.no_organizations_configured")}}
{{/if}}

{{#conditional-loading-spinner condition=loading}}
{{#conditional-loading-spinner condition=this.loading}}
<div class="code-review-webhook-tree">
{{#each this.organizations as |organization|}}
<div class="code-review-webhook-org">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="controls">
<PreferenceCheckbox
@labelKey="code_review.notify_on_approval"
@checked={{notifyOnCodeReviews}}
@checked={{this.notifyOnCodeReviews}}
/>
</div>
</div>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"devDependencies": {
"@discourse/lint-configs": "2.0.1",
"@discourse/lint-configs": "2.2.0",
"ember-template-lint": "6.0.0",
"eslint": "9.14.0",
"prettier": "2.8.8"
Expand Down
Loading

0 comments on commit 81d8903

Please sign in to comment.