Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman committed Sep 20, 2024
1 parent 5027cd9 commit 3c2b9a2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
13 changes: 13 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
repos:
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
additional_dependencies:
- prettier@^3.2.5
- prettier-plugin-tailwindcss@^0.5.12
- repo: https://github.com/doublify/pre-commit-rust
rev: v1.0
hooks:
- id: fmt
- id: clippy
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

Rust port of various DOM libraries.

## Frameworks

Rust DOM is available for these Rust frameworks:

- [Leptos](./packages/leptos)

## Examples

TODO
Expand Down

0 comments on commit 3c2b9a2

Please sign in to comment.