DEV: Update eslint-config-discourse, use prettier for hbs (#14)

This commit is contained in:
David Taylor 2023-01-04 12:41:40 +00:00 committed by GitHub
parent e13370873a
commit 167cde2038
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1435 additions and 393 deletions

View File

@ -35,7 +35,7 @@ jobs:
shell: bash
run: |
yarn prettier -v
files=$(find javascripts desktop mobile common scss -type f \( -name "*.scss" -or -name "*.js" -or -name "*.es6" \) 2> /dev/null) || true
files=$(find javascripts desktop mobile common scss -type f \( -name "*.scss" -or -name "*.js" -or -name "*.es6" -or -name "*.hbs" \) 2> /dev/null) || true
if [ -n "$files" ]; then
yarn prettier --list-different $files
fi

View File

@ -1 +1 @@
{{mount-widget widget="category-icon" args=(hash category=category)}}
{{mount-widget widget="category-icon" args=(hash category=category)}}

1824
yarn.lock

File diff suppressed because it is too large Load Diff