Skip to content

Commit

Permalink
Merge pull request #29 from chingu-voyages/fix/update-eslint--linebre…
Browse files Browse the repository at this point in the history
…ak-style--rule

Update linebreak-style to default to unix
  • Loading branch information
timDeHof authored Oct 12, 2023
2 parents 885a7c3 + 2a40a40 commit 4c31897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = {
"@tanstack/query/prefer-query-object-syntax": "error",
"@tanstack/query/stable-query-client": "error",
"react/prop-types": "off",
"linebreak-style": "off",
"linebreak-style": "unix",
},
overrides: [
{
Expand Down

0 comments on commit 4c31897

Please sign in to comment.