|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "devDependencies": { |
4 | | - "@discourse/lint-configs": "2.37.2", |
5 | | - "@glint/ember-tsc": "1.0.9", |
| 4 | + "@discourse/lint-configs": "2.43.0", |
| 5 | + "@glint/ember-tsc": "1.1.1", |
6 | 6 | "concurrently": "^9.2.1", |
7 | | - "discourse": "npm:@discourse/types@2026.1.0-2709d36", |
| 7 | + "discourse": "npm:@discourse/types@2026.3.0-887c5be4", |
8 | 8 | "ember-template-lint": "7.9.3", |
9 | 9 | "eslint": "9.39.2", |
10 | | - "prettier": "3.8.0", |
11 | | - "stylelint": "17.0.0" |
| 10 | + "lint-to-the-future": "^2.6.4", |
| 11 | + "lint-to-the-future-eslint": "^3.3.0", |
| 12 | + "prettier": "3.8.1", |
| 13 | + "stylelint": "17.4.0" |
12 | 14 | }, |
13 | 15 | "scripts": { |
14 | 16 | "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"", |
|
21 | 23 | "lint:hbs:fix": "ember-template-lint {assets,admin/assets,test}/javascripts/**/*.gjs --fix --no-error-on-unmatched-pattern", |
22 | 24 | "lint:prettier": "pnpm prettier assets/stylesheets/**/*.scss {assets,admin/assets,test}/javascripts/**/*.{js,gjs} --check --no-error-on-unmatched-pattern", |
23 | 25 | "lint:prettier:fix": "pnpm prettier assets/stylesheets/**/*.scss {assets,admin/assets,test}/javascripts/**/*.{js,gjs} -w --no-error-on-unmatched-pattern", |
24 | | - "lint:types": "ember-tsc -b" |
| 26 | + "lint:types": "ember-tsc -b", |
| 27 | + "lttf:ignore": "lint-to-the-future ignore" |
25 | 28 | }, |
26 | 29 | "engines": { |
27 | 30 | "node": ">= 22", |
|
0 commit comments