Skip to content

Commit

Permalink
Upgrade Prettier to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
grubersjoe committed Nov 29, 2023
1 parent 4d61c3b commit 36efa8e
Show file tree
Hide file tree
Showing 14 changed files with 4,209 additions and 1,528 deletions.
8 changes: 2 additions & 6 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"arrowParens": "avoid",
"printWidth": 100,
"proseWrap": "always",
"tabWidth": 2,
"trailingComma": "all",
"semi": true,
"singleQuote": true
"singleQuote": true,
"trailingComma": "all"
}
6 changes: 5 additions & 1 deletion babel.config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{
"presets": ["@babel/preset-env", "@babel/preset-typescript", "@babel/preset-react"]
"presets": [
"@babel/preset-env",
"@babel/preset-typescript",
"@babel/preset-react"
]
}
7 changes: 5 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name="description"
content="A React component to display a GitHub contributions calendar"
Expand Down
Loading

0 comments on commit 36efa8e

Please sign in to comment.