Skip to content

Commit

Permalink
Revert biomejs#12
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Dec 17, 2024
1 parent f71ccf5 commit 9bc3175
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,27 @@
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
- id: biome-check
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
- id: biome-format
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
- id: biome-lint
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

0 comments on commit 9bc3175

Please sign in to comment.