Skip to content

Commit

Permalink
chore(deps): update dependency prettier to v3.2.4 (#963)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency prettier to v3.2.4

* style: run prettier

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: kazukazu123123 <[email protected]>
  • Loading branch information
renovate[bot] and kazukazu123123 authored Jan 18, 2024
1 parent dbeef91 commit d3a0c9b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .swcrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"$schema": "https://json.schemastore.org/swcrc",
"jsc": {
"parser": {
"syntax": "typescript",
"syntax": "typescript"
},
"target": "es2022",
"target": "es2022"
},
"minify": true,
"minify": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dotenv": "16.3.1",
"husky": "8.0.3",
"npm-run-all": "4.1.5",
"prettier": "3.2.2",
"prettier": "3.2.4",
"typescript": "5.3.3"
},
"author": "kazukazu123123",
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"verbatimModuleSyntax": true,

"noUnusedParameters": false,
"noImplicitAny": false
}
"noImplicitAny": false,
},
}

0 comments on commit d3a0c9b

Please sign in to comment.