mirror of
https://github.com/ycnmhd/obsidian-lineage.git
synced 2026-07-22 05:12:21 +00:00
6 lines
72 B
JSON
6 lines
72 B
JSON
{
|
|
"*.{js,jsx,ts,tsx, svelte}": [
|
|
"prettier --write",
|
|
"eslint"
|
|
]
|
|
}
|