Skip to content

Commit

Permalink
Use prettier.config.js (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Jan 11, 2025
1 parent abfbe09 commit 1a6928b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .prettierrc.json

This file was deleted.

6 changes: 6 additions & 0 deletions prettier.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/** @type {import("prettier").Config} */
export default {
printWidth: 120,
semi: false,
singleQuote: true,
}

0 comments on commit 1a6928b

Please sign in to comment.