Skip to content

Commit

Permalink
[#10] Fix: Eslint "no-restricted-syntax" 설정 off
Browse files Browse the repository at this point in the history
  • Loading branch information
intersoom committed Aug 4, 2023
1 parent 85cf074 commit 6e44073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"tsx": "never"
}
],
"react/require-default-props": 0
"react/require-default-props": 0,
"no-restricted-syntax": 0
}
}

0 comments on commit 6e44073

Please sign in to comment.