From 7bfbccea66e511dc9ac91ba1f8b9f6750cc71d61 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Mon, 20 Mar 2023 19:08:01 +0100 Subject: [PATCH 1/2] Add pre-commit config --- .pre-commit-config.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .pre-commit-config.yaml diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml new file mode 100644 index 0000000..d9f53e7 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,29 @@ +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.6" + hooks: + - id: prettier + additional_dependencies: + - prettier@2 + - repo: https://github.com/pre-commit/mirrors-eslint + rev: "v8.36.0" + hooks: + - id: eslint + files: \.([jt]s|astro)$ # *.js, *.ts and *.astro + types: [file] + additional_dependencies: + - eslint + - eslint-config-prettier + - eslint-plugin-unicorn + - prettier@2 From bdc583b787ad77b57ec56d05d69d8cc438e22b5e Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Mon, 20 Mar 2023 19:08:07 +0100 Subject: [PATCH 2/2] Fix pre-commit issue --- assets/logo.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/logo.svg b/assets/logo.svg index c299adc..6279c54 100644 --- a/assets/logo.svg +++ b/assets/logo.svg @@ -1 +1 @@ - \ No newline at end of file +