Skip to content

Commit

Permalink
refactor: change the Prettier configuration to a JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikivi committed Nov 1, 2024
1 parent daa3c37 commit a493fb8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 12 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"arrow": "always",
"bracketSpacing": true,
"printWidth": 80,
"semi": true,
"singleQuote": false,
"tabWidth": 2,
"trailingComma": "all",
"useTabs": false,
"proseWrap": "always"
}
12 changes: 0 additions & 12 deletions prettier.config.js

This file was deleted.

0 comments on commit a493fb8

Please sign in to comment.