Skip to content

Commit

Permalink
feat: 규격 통일화
Browse files Browse the repository at this point in the history
  • Loading branch information
bepyan committed Jul 26, 2024
1 parent 5d70843 commit c0b7d6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.preferences.importModuleSpecifier": "non-relative",
"workbench.editor.customLabels.patterns": {
"**/{layout,page,route}.ts{,x}": "${dirname}/${filename}",
"**/{index}.ts{,x}": "${dirname}"
"**/{layout,page,route,index}.ts{,x}": "${dirname}/${filename}"
}
}

0 comments on commit c0b7d6e

Please sign in to comment.