Skip to content

Commit

Permalink
DEV: Update eslint config (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaylorhq authored Nov 19, 2024
1 parent 7469f11 commit d733594
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 161 deletions.
1 change: 0 additions & 1 deletion .eslintrc.cjs

This file was deleted.

3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import DiscourseRecommendedTheme from "@discourse/lint-configs/eslint-theme";

export default [...DiscourseRecommendedTheme];
10 changes: 8 additions & 2 deletions javascripts/discourse/components/category-banner.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,20 @@
{{d-icon "lock"}}
{{/if}}
{{this.category.name}}
<PluginOutlet @name="category-banners-after-title" @outletArgs={{hash category=this.category}} />
<PluginOutlet
@name="category-banners-after-title"
@outletArgs={{hash category=this.category}}
/>
</h1>

{{#if this.displayCategoryDescription}}
<div class="category-title-description">
<div class="cooked">
{{html-safe this.category.description}}
<PluginOutlet @name="category-banners-after-description" @outletArgs={{hash category=this.category}} />
<PluginOutlet
@name="category-banners-after-description"
@outletArgs={{hash category=this.category}}
/>
</div>
</div>
{{/if}}
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
{
"private": true,
"devDependencies": {
"@discourse/lint-configs": "1.4.2",
"@discourse/lint-configs": "2.0.1",
"ember-template-lint": "6.0.0",
"eslint": "8.57.1",
"prettier": "2.8.8",
"@babel/plugin-proposal-decorators": "^7.25.7"
"eslint": "9.14.0",
"prettier": "2.8.8"
},
"engines": {
"node": ">= 18",
Expand Down
Loading

0 comments on commit d733594

Please sign in to comment.