We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58b4293 commit 73fa6c4Copy full SHA for 73fa6c4
1 file changed
.pre-commit-config.yml
@@ -9,13 +9,13 @@ repos:
9
- id: deno-lint
10
files: \.(ts|tsx|js|jsx)$
11
- repo: https://github.com/thibaudcolas/pre-commit-stylelint
12
- rev: v14.4.0
+ rev: v17.5.0
13
hooks:
14
- id: stylelint
15
args: [--fix]
16
files: \.(css|scss|sass|less|html|js|jsx|ts|tsx)$
17
- repo: https://github.com/igorshubovych/markdownlint-cli
18
- rev: v0.45.0
+ rev: v0.48.0
19
20
- id: markdownlint
21
args: [--fix, --config, .markdownlint.jsonc]
0 commit comments