Skip to content

Commit

Permalink
feat(eslint): 설정 변경
Browse files Browse the repository at this point in the history
- 이전 변경 롤백
  • Loading branch information
HyeokjaeLee committed Sep 25, 2023
1 parent 960a48e commit 1bcad49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint/rules/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ module.exports = {
{
js: "never",
jsx: "never",
ts: "off",
tsx: "off",
ts: "never",
tsx: "never",
json: "never",
},
],
Expand Down

0 comments on commit 1bcad49

Please sign in to comment.