37 lines
1.1 KiB
YAML
37 lines
1.1 KiB
YAML
repos:
|
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
|
rev: v4.4.0
|
|
hooks:
|
|
- id: end-of-file-fixer
|
|
- 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-prettier
|
|
rev: "v3.0.0-alpha.9-for-vscode"
|
|
hooks:
|
|
- id: prettier
|
|
additional_dependencies:
|
|
- prettier@2
|
|
- prettier-plugin-astro
|
|
- repo: https://github.com/pre-commit/mirrors-eslint
|
|
rev: "v8.43.0"
|
|
hooks:
|
|
- id: eslint
|
|
additional_dependencies:
|
|
- eslint
|
|
- "@typescript-eslint/eslint-plugin"
|
|
- "@typescript-eslint/parser"
|
|
- eslint-config-prettier
|
|
- eslint-plugin-astro
|
|
- eslint-plugin-unicorn
|
|
- prettier@2
|
|
- prettier-plugin-astro
|
|
- repo: https://github.com/awebdeveloper/pre-commit-stylelint
|
|
rev: "0.0.2"
|
|
hooks:
|
|
- id: stylelint
|
|
additional_dependencies: ["stylelint", "stylelint-config-standard-scss"]
|