Skip to content

Commit

Permalink
fix: Fix eslint rules for Windows (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilberto Vidal authored Dec 10, 2023
1 parent 079b8eb commit 517cb34
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@
"**/*.test.js"
]
}
],
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
]
}
},
Expand Down

0 comments on commit 517cb34

Please sign in to comment.