diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml new file mode 100644 index 0000000..8fee76c --- /dev/null +++ b/.pre-commit-hooks.yaml @@ -0,0 +1,8 @@ +- id: svglint + name: svglint + entry: svglint -C # The `-C` flag is used due to https://github.com/birjj/svglint/issues/56 + description: Linter for SVGs + language: node + types: + - svg + minimum_pre_commit_version: 1.5.0