Skip to content

Commit

Permalink
Update Prettier to ignore the type of line endings.
Browse files Browse the repository at this point in the history
  • Loading branch information
blairch committed Aug 17, 2023
1 parent 4a463f9 commit 4cb2071
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
"sourceType": "module"
},
"rules": {
"prettier/prettier": [
"error",
{
"endOfLine": "auto"
}
],
"import/extensions": [
"error",
"ignorePackages",
Expand Down

0 comments on commit 4cb2071

Please sign in to comment.