Skip to content

Commit d547e95

Browse files
committed
fix: precommit.sh
1 parent 5e5cbf0 commit d547e95

1 file changed

Lines changed: 10 additions & 8 deletions

File tree

global/pre-commit.sh

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -140,15 +140,17 @@ repos:
140140
141141
# ✅ Stylelint
142142
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
143-
rev: v15.10.3
143+
rev: v14.4.0
144144
hooks:
145-
- id: stylelint
146-
files: \.(css|scss)$
147-
exclude: "node_modules/"
148-
additional_dependencies:
149-
- stylelint
150-
- stylelint-config-standard
151-
args: ['--config', '.stylelintrc.json', '--fix']
145+
# - id: stylelint
146+
# files: \.(css|scss)$
147+
# exclude: "node_modules/"
148+
# additional_dependencies:
149+
# - stylelint
150+
# - stylelint-config-standard
151+
# args: ['--config', '.stylelintrc.json', '--fix']
152+
- id: stylelint
153+
args: [--fix]
152154
153155
# ✅ Codespell
154156
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)