Skip to content

Commit

Permalink
Merge pull request #85 from asn6878/style/eslint-ignore-eof
Browse files Browse the repository at this point in the history
💄 style: eslint eof 오토 설정 추가
  • Loading branch information
asn6878 authored Nov 13, 2024
2 parents 0d5994a + 8a8eea9 commit 5d4b74d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ module.exports = {
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'prettier/prettier': [
'error',
{
endOfLine: 'auto',
},
],
},
};

0 comments on commit 5d4b74d

Please sign in to comment.