mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 20:19:32 +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"
|
rev: "v3.2.5"
|
||||||
hooks:
|
hooks:
|
||||||
- id: prettier
|
- id: prettier
|
||||||
exclude_types: [json]
|
|
||||||
additional_dependencies: [
|
additional_dependencies: [
|
||||||
# https://www.npmjs.com/package/prettier
|
# https://www.npmjs.com/package/prettier
|
||||||
"prettier@3.2.5",
|
"prettier@3.2.5",
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
# Prettier cannot handle Jekyll variables?
|
# Prettier cannot handle Jekyll variables?
|
||||||
_includes
|
_includes
|
||||||
blog/*.xml
|
blog/*.xml
|
||||||
|
*.json
|
||||||
|
Loading…
Reference in New Issue
Block a user