Skip to content

Commit

Permalink
TSX 내 emmet 관련 VSCode 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
XiNiHa committed Jun 3, 2024
1 parent 15790a0 commit 8e39568
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@
},
"eslint.runtime": "./ts-node-eslint",
"mdx.validate.validateFileLinks": "ignore",
"mdx.validate.validateReferences": "ignore"
"mdx.validate.validateReferences": "ignore",
"emmet.includeLanguages": {
// TSX 내에서 emmet 사용 시 class가 className으로 달리는 문제 해결
"typescriptreact": "html"
}
}

0 comments on commit 8e39568

Please sign in to comment.