Skip to content

Commit

Permalink
[BE][ENV] : eslint 설정 변경
Browse files Browse the repository at this point in the history
- eslint 설정 변경
  • Loading branch information
happyhyep committed Nov 11, 2024
1 parent cd60fab commit eb33e2d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export default [
'import/prefer-default-export': 'off',
'import/no-unresolved': 'warn',
'no-console': 'off',
'consistent-return': 'off',
'import/extensions': 'off',
},
},
Expand Down

0 comments on commit eb33e2d

Please sign in to comment.