diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-10 12:45:44 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-10 13:04:18 +0800 |
commit | 89ca84e47d4958e064b682405e94a3270fc99338 (patch) | |
tree | f01c5fb25e5fd4f25db874c371244c0c92d50a5b /scripts/stylelint.sh | |
parent | eaf2639b3c9269b9222bfcd993b7b7a3980f1b2a (diff) |
chore: move config files about dev into scripts/
Diffstat (limited to 'scripts/stylelint.sh')
-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 91561de..c44d00b 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 | stylelint src/css/!(easymde.min.css) --fix | 4 | stylelint -c scripts/stylelintrc.json src/css/!(easymde.min.css) --fix |