Skip to content

Commit

Permalink
fix: Support EOL for windows in Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
CookieCookson committed Dec 5, 2024
1 parent c8cb274 commit d947fef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,11 @@ module.exports = {
"@typescript-eslint/ban-ts-ignore": ["off"],
"@typescript-eslint/no-explicit-any": ["off"],
"@typescript-eslint/ban-types": ["off"],
"prettier/prettier": [
"error",
{
endOfLine: "auto",
},
],
},
};

0 comments on commit d947fef

Please sign in to comment.