We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e5cbf0 commit d547e95Copy full SHA for d547e95
1 file changed
global/pre-commit.sh
@@ -140,15 +140,17 @@ repos:
140
141
# ✅ Stylelint
142
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
143
- rev: v15.10.3
+ rev: v14.4.0
144
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']
+ # - id: stylelint
+ # files: \.(css|scss)$
+ # exclude: "node_modules/"
+ # additional_dependencies:
+ # - stylelint
+ # - stylelint-config-standard
+ # args: ['--config', '.stylelintrc.json', '--fix']
152
+ - id: stylelint
153
+ args: [--fix]
154
155
# ✅ Codespell
156
- repo: https://github.com/codespell-project/codespell
0 commit comments