Skip to content

Commit

Permalink
Fix: #63 ESLint 설정에 포함된 공백문자 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Seok93 committed Aug 26, 2024
1 parent ba6a108 commit 5db7e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
'no-return-assign': 'warn',
'no-unused-vars': 'warn',
'no-cond-assign': 'off',
'no-plusplus': ' warn',
'no-plusplus': 'warn',
'react/react-in-jsx-scope': 'off',
'react/prop-types': 'off',
'react/require-default-props': 'off',
Expand Down

0 comments on commit 5db7e2d

Please sign in to comment.