mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
prettier: move json ignoring to .prettierignore
This commit is contained in:
parent
1132f752c8
commit
bb407ebf20
@ -71,7 +71,6 @@ repos:
|
||||
rev: "v3.2.5"
|
||||
hooks:
|
||||
- id: prettier
|
||||
exclude_types: [json]
|
||||
additional_dependencies: [
|
||||
# https://www.npmjs.com/package/prettier
|
||||
"prettier@3.2.5",
|
||||
|
@ -1,3 +1,4 @@
|
||||
# Prettier cannot handle Jekyll variables?
|
||||
_includes
|
||||
blog/*.xml
|
||||
*.json
|
||||
|
Loading…
Reference in New Issue
Block a user