Skip to content

Commit

Permalink
Merge pull request #11 from hotosm/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
JoltCode authored Dec 11, 2023
2 parents 4059df0 + 48b523c commit bf082d8
Show file tree
Hide file tree
Showing 8 changed files with 5,630 additions and 2,771 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ repos:

# Autoformat: YAML, JSON, Markdown, etc.
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
rev: v4.0.0-alpha.4
hooks:
- id: prettier
args:
[--ignore-unknown, --no-error-on-unmatched-pattern, "!pnpm-lock.yaml"]

# Lint: Markdown
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.37.0
rev: v0.38.0
hooks:
- id: markdownlint
args: [--fix, --ignore, CHANGELOG.md, --ignore, docs/components]
2 changes: 1 addition & 1 deletion .storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Preview } from "@storybook/web-components";
import "../src/theme/hot.css"
import "../src/theme/hot.css";

const preview: Preview = {
parameters: {
Expand Down
Loading

0 comments on commit bf082d8

Please sign in to comment.