Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit315443c

Browse files
committed
DEV: Update eslint-config-discourse, use prettier for hbs
1 parent1758ac0 commit315443c

File tree

2 files changed

+1482
-440
lines changed

2 files changed

+1482
-440
lines changed

‎.github/workflows/plugin-linting.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
shell:bash
4242
run:|
4343
yarn prettier -v
44-
if [ 0 -lt $(find assets admin/assets -type f \( -name "*.scss" -or -name "*.js" -or -name "*.es6" \) 2> /dev/null | wc -l) ]; then
45-
yarn prettier --list-different "assets/**/*.{scss,js,es6}"
44+
if [ 0 -lt $(find assets admin/assets -type f \( -name "*.scss" -or -name "*.js" -or -name "*.es6"-or -name "*.hbs"\) 2> /dev/null | wc -l) ]; then
45+
yarn prettier --list-different "assets/**/*.{scss,js,es6,hbs}"
4646
fi
4747
if [ 0 -lt $(find test -type f \( -name "*.js" -or -name "*.es6" \) 2> /dev/null | wc -l) ]; then
4848
yarn prettier --list-different "test/**/*.{js,es6}"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp