Skip to content

Commit

Permalink
chore(.eslintrc.cjs): fixing line ending issue between mac and windows
Browse files Browse the repository at this point in the history
  • Loading branch information
timDeHof committed Oct 12, 2023
1 parent 57e0fd4 commit bc66f9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ module.exports = {
"@tanstack/query/prefer-query-object-syntax": "error",
"@tanstack/query/stable-query-client": "error",
"react/prop-types": "off",
"linebreak-style": "unix",
"linebreak-style": 0,
"eslint linkebreak-style": [0, "error", "windows"],
},
},
],
Expand Down

0 comments on commit bc66f9b

Please sign in to comment.