|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "devDependencies": { |
4 | | - "@discourse/lint-configs": "2.43.0", |
| 4 | + "@discourse/lint-configs": "2.44.1", |
5 | 5 | "@glint/ember-tsc": "1.1.1", |
6 | 6 | "concurrently": "^9.2.1", |
7 | | - "discourse": "npm:@discourse/types@2026.3.0-887c5be4", |
| 7 | + "discourse": "npm:@discourse/types@2026.3.0-d02b2966", |
8 | 8 | "ember-template-lint": "7.9.3", |
9 | 9 | "eslint": "9.39.2", |
10 | 10 | "lint-to-the-future": "^2.6.4", |
11 | 11 | "lint-to-the-future-eslint": "^3.3.0", |
12 | 12 | "prettier": "3.8.1", |
13 | | - "stylelint": "17.4.0" |
| 13 | + "stylelint": "17.5.0" |
14 | 14 | }, |
15 | 15 | "scripts": { |
16 | 16 | "lint": "concurrently \"pnpm:lint:*(!fix)\" --names \"lint:\"", |
17 | 17 | "lint:fix": "concurrently \"pnpm:lint:*:fix\" --names \"fix:\"", |
18 | | - "lint:css": "pnpm stylelint assets/stylesheets/**/*.scss --allow-empty-input", |
19 | | - "lint:css:fix": "pnpm stylelint assets/stylesheets/**/*.scss --fix --allow-empty-input", |
| 18 | + "lint:css": "pnpm stylelint 'assets/stylesheets/**/*.scss' --allow-empty-input", |
| 19 | + "lint:css:fix": "pnpm stylelint 'assets/stylesheets/**/*.scss' --fix --allow-empty-input", |
20 | 20 | "lint:js": "eslint {assets,admin/assets,test}/javascripts --cache --no-error-on-unmatched-pattern", |
21 | 21 | "lint:js:fix": "eslint {assets,admin/assets,test}/javascripts --fix --no-error-on-unmatched-pattern", |
22 | | - "lint:hbs": "ember-template-lint {assets,admin/assets,test}/javascripts/**/*.gjs --no-error-on-unmatched-pattern", |
23 | | - "lint:hbs:fix": "ember-template-lint {assets,admin/assets,test}/javascripts/**/*.gjs --fix --no-error-on-unmatched-pattern", |
24 | | - "lint:prettier": "pnpm prettier assets/stylesheets/**/*.scss {assets,admin/assets,test}/javascripts/**/*.{js,gjs} --check --no-error-on-unmatched-pattern", |
25 | | - "lint:prettier:fix": "pnpm prettier assets/stylesheets/**/*.scss {assets,admin/assets,test}/javascripts/**/*.{js,gjs} -w --no-error-on-unmatched-pattern", |
| 22 | + "lint:hbs": "ember-template-lint '{assets,admin/assets,test}/javascripts/**/*.gjs' --no-error-on-unmatched-pattern", |
| 23 | + "lint:hbs:fix": "ember-template-lint '{assets,admin/assets,test}/javascripts/**/*.gjs' --fix --no-error-on-unmatched-pattern", |
| 24 | + "lint:prettier": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs}' --check --no-error-on-unmatched-pattern", |
| 25 | + "lint:prettier:fix": "pnpm prettier 'assets/stylesheets/**/*.scss' '{assets,admin/assets,test}/javascripts/**/*.{js,gjs}' -w --no-error-on-unmatched-pattern", |
26 | 26 | "lint:types": "ember-tsc -b", |
27 | 27 | "lttf:ignore": "lint-to-the-future ignore" |
28 | 28 | }, |
|
0 commit comments