|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "devDependencies": { |
4 | | - "@discourse/lint-configs": "3.0.1", |
5 | | - "@glint/ember-tsc": "1.1.1", |
6 | | - "concurrently": "^9.2.1", |
| 4 | + "@discourse/lint-configs": "3.2.0", |
| 5 | + "@glint/ember-tsc": "1.8.11", |
| 6 | + "concurrently": "^9.2.3", |
7 | 7 | "discourse": "npm:@discourse/types@2026.3.0-d02b2966", |
8 | | - "eslint": "9.39.2", |
| 8 | + "eslint": "10.6.0", |
9 | 9 | "lint-to-the-future": "^2.6.4", |
10 | 10 | "lint-to-the-future-eslint": "^3.3.0", |
11 | 11 | "prettier": "3.8.1", |
|
18 | 18 | "lint:css:fix": "pnpm stylelint 'assets/stylesheets/**/*.scss' --fix --allow-empty-input", |
19 | 19 | "lint:js": "eslint {assets,admin/assets,test}/javascripts --cache --no-error-on-unmatched-pattern", |
20 | 20 | "lint:js:fix": "eslint {assets,admin/assets,test}/javascripts --fix --no-error-on-unmatched-pattern", |
21 | | - "lint:prettier": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs}' --check --no-error-on-unmatched-pattern", |
22 | | - "lint:prettier:fix": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs}' -w --no-error-on-unmatched-pattern", |
| 21 | + "lint:prettier": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs,ts,gts,mts,cts}' --check --no-error-on-unmatched-pattern", |
| 22 | + "lint:prettier:fix": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs,ts,gts,mts,cts}' -w --no-error-on-unmatched-pattern", |
23 | 23 | "lint:types": "ember-tsc -b", |
24 | 24 | "lttf:ignore": "lint-to-the-future ignore" |
25 | 25 | }, |
|
0 commit comments