diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-25 15:35:11 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-26 19:40:48 +0800 |
commit | dcc56f5b1d7cc53effa533ade9932dc916e7a7e9 (patch) | |
tree | 998e12f379673819c9c4b1db9629e8c5036083f5 /scripts | |
parent | 3f4f3b63574726ea98861cfea0dd830bedbfb0ac (diff) |
chore: style lint
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/stylelint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stylelint.sh b/scripts/stylelint.sh index 8cadbed..91561de 100755 --- a/scripts/stylelint.sh +++ b/scripts/stylelint.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /bin/bash | 1 | #! /bin/bash |
2 | 2 | ||
3 | shopt -s extglob | 3 | shopt -s extglob |
4 | npx stylelint src/css/!(easymde.min.css) | 4 | stylelint src/css/!(easymde.min.css) --fix |