Skip to content

Commit

Permalink
fix: endOfLine 修改为 auto
Browse files Browse the repository at this point in the history
  • Loading branch information
ronger-x committed Apr 28, 2024
1 parent 67815ca commit 1dbe0c2
Show file tree
Hide file tree
Showing 5 changed files with 6,033 additions and 4,649 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"semi": false,
"singleQuote": true,
"printWidth": 100
"printWidth": 100,
"endOfLine": "auto"
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@roshan-labs/auth",
"version": "0.1.5",
"name": "@rymcu/auth",
"version": "0.0.1",
"description": "Nuxt3 auth module",
"repository": "https://github.com/roshan-labs/auth",
"repository": "https://github.com/rymcu/auth",
"license": "MIT",
"author": {
"name": "Xiang Gao <gxmari007@gmail.com>"
"name": "ronger <ronger-x@outlook.com>"
},
"type": "module",
"exports": {
Expand Down Expand Up @@ -77,4 +77,4 @@
"peerDependencies": {
"@auth/core": "0.20.0"
}
}
}
Loading

0 comments on commit 1dbe0c2

Please sign in to comment.