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

This commit is contained in:
David Taylor 2023-01-04 12:42:25 +00:00 committed by GitHub
parent 3e414b43e3
commit d217072243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 1524 additions and 466 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 @@
{{topic-in-gated-category categoryId=model.category_id tags=model.tags}}
{{topic-in-gated-category categoryId=model.category_id tags=model.tags}}

View File

@ -29,4 +29,4 @@
</div>
</div>
</div>
{{/if}}
{{/if}}

1984
yarn.lock

File diff suppressed because it is too large Load Diff