1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-01 16:36:57 +01:00
shareon-pulsanti-condivisio.../.pre-commit-config.yaml
2025-01-28 08:36:51 +01:00

31 lines
857 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0
hooks:
- id: end-of-file-fixer
exclude: 'src/icons/.*\.svg'
- id: fix-byte-order-marker
- id: mixed-line-ending
- id: trailing-whitespace
args: [--markdown-linebreak-ext=md]
- id: check-json
- id: check-toml
- id: check-yaml
- repo: https://github.com/pre-commit/mirrors-eslint
rev: "v9.14.0"
hooks:
- id: eslint
files: \.([jt]s|astro)$ # *.js, *.ts and *.astro
types: [file]
additional_dependencies:
# TODO: update ESLint to v9
- eslint@8
- eslint-plugin-unicorn@49
- repo: https://github.com/kytta/mirrors-svgo
rev: v4.0.0-rc.1
hooks:
- id: svgo
files: "^src/icons/"
additional_dependencies:
- svgo@3