Skip to content

Commit

Permalink
add eol to prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
IkeHunter committed Oct 22, 2024
1 parent 06ed491 commit 58f6400
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ module.exports = {
'@typescript-eslint/space-before-function-paren': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'prefer-const': 'warn',
'prettier/prettier': 'warn',
// 'prettier/prettier': 'warn',
'prettier/prettier': ['warn', { endOfLine: 'auto' }],
'prefer-arrow-functions/prefer-arrow-functions': [
'warn',
{
Expand Down

0 comments on commit 58f6400

Please sign in to comment.