diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..abfd614 --- /dev/null +++ b/.pre-commit-config.yaml @@ -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 diff --git a/README.md b/README.md index eea419f..c2adb2d 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,6 @@ Rust port of various DOM libraries. -## Frameworks - -Rust DOM is available for these Rust frameworks: - -- [Leptos](./packages/leptos) - ## Examples TODO