1
0
mirror of synced 2026-05-22 22:13:18 +00:00

DEV: Update linting (#241)

This commit is contained in:
Jarek Radosz
2025-03-17 11:55:10 +01:00
committed by GitHub
parent 6a5bfcc782
commit 2f3916c761
4 changed files with 380 additions and 1097 deletions
+1 -1
View File
@@ -97,4 +97,4 @@ DEPENDENCIES
syntax_tree
BUNDLED WITH
2.6.5
2.6.6
@@ -3,6 +3,7 @@ import { alias } from "@ember/object/computed";
export default class AdminPluginsHouseAdsIndexController extends Controller {
@controller("adminPlugins.houseAds") adminPluginsHouseAds;
@alias("adminPluginsHouseAds.model") houseAds;
@alias("adminPluginsHouseAds.houseAdsSettings") adSettings;
}
+5 -5
View File
@@ -1,11 +1,11 @@
{
"private": true,
"devDependencies": {
"@discourse/lint-configs": "2.7.0",
"ember-template-lint": "6.1.0",
"eslint": "9.20.1",
"prettier": "2.8.8",
"stylelint": "16.14.1"
"@discourse/lint-configs": "2.11.1",
"ember-template-lint": "7.0.1",
"eslint": "9.22.0",
"prettier": "3.5.3",
"stylelint": "16.16.0"
},
"engines": {
"node": ">= 22",
+373 -1091
View File
File diff suppressed because it is too large Load Diff