mirror of
https://github.com/discourse/discourse-category-banners
synced 2025-02-09 21:14:44 +00:00
DEV: Update eslint-config-discourse, use prettier for hbs (#25)
This commit is contained in:
parent
53981dc5e3
commit
3ccc3b9bdb
2
.github/workflows/component-linting.yml
vendored
2
.github/workflows/component-linting.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user