Skip to content

Commit

Permalink
chore: update to prettier v3
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Oct 24, 2024
1 parent abbdc77 commit 99c0822
Show file tree
Hide file tree
Showing 3 changed files with 5,536 additions and 9,248 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
}
},
"rules": {
"prettier/prettier": ["error"],
"prettier/prettier": ["error", { "endOfLine": "auto" }],
"no-console": 0,
"class-methods-use-this": 0
}
Expand Down
Loading

0 comments on commit 99c0822

Please sign in to comment.