Skip to content

Commit

Permalink
chore: fix line endings on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
raaymax committed Feb 16, 2024
1 parent 53861ff commit bb2edd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module.exports = {
"@typescript-eslint/no-unused-vars": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/ban-types": "warn",
"prettier/prettier": [2, { useTabs: true }],
"prettier/prettier": [2, { useTabs: true, endOfLine: "auto" }],
},
parser: "vue-eslint-parser",
parserOptions: {
Expand Down

0 comments on commit bb2edd3

Please sign in to comment.