From 9bc3175818b422506b6492a2db4bf29adfc10752 Mon Sep 17 00:00:00 2001 From: "Philipp A." Date: Tue, 17 Dec 2024 10:31:00 +0100 Subject: [PATCH] Revert #12 Fixes #16 --- .pre-commit-hooks.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index b9c9fb3..ab36722 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -2,7 +2,6 @@ name: biome ci entry: biome ci --files-ignore-unknown=true --no-errors-on-unmatched language: node - language_version: lts types: [text] files: "\\.(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\.(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$" require_serial: true @@ -10,7 +9,6 @@ name: biome check entry: biome check --write --files-ignore-unknown=true --no-errors-on-unmatched language: node - language_version: lts types: [text] files: "\\.(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\.(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$" require_serial: true @@ -18,7 +16,6 @@ name: biome format entry: biome format --write --files-ignore-unknown=true --no-errors-on-unmatched language: node - language_version: lts types: [text] files: "\\.(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\.(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$" require_serial: true @@ -26,7 +23,6 @@ name: biome lint entry: biome lint --write --files-ignore-unknown=true --no-errors-on-unmatched language: node - language_version: lts types: [text] files: "\\.(jsx?|tsx?|c(js|ts)|m(js|ts)|d\\.(ts|cts|mts)|jsonc?|css|svelte|vue|astro|graphql|gql)$" require_serial: true