mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
pre-commit: remove JSON references from prettier hook
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -20,8 +20,8 @@ repos:
|
||||
- id: prettier
|
||||
name: run prettier
|
||||
description: format files with prettier
|
||||
entry: prettier --write '**/*.json' '**/*.md' '**/*.yaml' '**/*.yml'
|
||||
files: \.(json|md|ya?ml)$
|
||||
entry: prettier --write '**/*.md' '**/*.yaml' '**/*.yml'
|
||||
files: \.(md|ya?ml)$
|
||||
language: node
|
||||
additional_dependencies: ["prettier@3.7.4"]
|
||||
stages: [manual]
|
||||
|
||||
Reference in New Issue
Block a user