Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 3416703

Browse files
DEV: Update linting (#108)
1 parent d31f430 commit 3416703

File tree

4 files changed

+137
-218
lines changed

4 files changed

+137
-218
lines changed

assets/javascripts/discourse-user-notes/templates/connectors/after-reviewable-post-user/show-user-notes-on-flags.hbs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
{{#if userNotesCount}}
1+
{{#if this.userNotesCount}}
22
<DButton
3-
@translatedTitle={{userNotesTitle}}
3+
@translatedTitle={{this.userNotesTitle}}
44
@action={{action "showUserNotes"}}
55
class="btn btn-flat"
66
>
7-
{{#if emojiEnabled}}
7+
{{#if this.emojiEnabled}}
88
<img
9-
src={{emojiUrl}}
10-
title={{userNotesTitle}}
9+
src={{this.emojiUrl}}
10+
title={{this.userNotesTitle}}
1111
alt="pencil"
1212
class="emoji"
1313
/>
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{{#if siteSettings.user_notes_enabled}}
1+
{{#if this.siteSettings.user_notes_enabled}}
22
<AdminReport @dataSourceName="user_notes" @filters={{this.filters}} />
33
{{/if}}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"devDependencies": {
4-
"@discourse/lint-configs": "2.0.1",
4+
"@discourse/lint-configs": "2.2.1",
55
"ember-template-lint": "6.0.0",
66
"eslint": "9.14.0",
77
"prettier": "2.8.8"

0 commit comments

Comments
 (0)