ycnmhd_obsidian-lineage/.lintstagedrc.json

6 lines
72 B
JSON

{
"*.{js,jsx,ts,tsx, svelte}": [
"prettier --write",
"eslint"
]
}