-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update prettier config and .nvmrc (#865)
- Loading branch information
1 parent
94f29a0
commit 3cfb61e
Showing
7 changed files
with
335 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
16 | ||
18 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"importOrder": [ | ||
"<BUILTIN_MODULES>", | ||
"<THIRD_PARTY_MODULES>", | ||
"", | ||
"^@/(.*)$", | ||
"^[./]", | ||
"", | ||
"<TYPES>", | ||
"<TYPES>^[./]" | ||
], | ||
"plugins": [ | ||
"prettier-plugin-sort-json", | ||
"@ianvs/prettier-plugin-sort-imports" | ||
], | ||
"printWidth": 120, | ||
"trailingComma": "es5", | ||
"singleQuote": true, | ||
"tabWidth": 2 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
3cfb61e
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
typescript-nextjs-starter – ./
typescript-nextjs-starter-jpedroschmitz.vercel.app
next-ts.joaopedro.dev
typescript-nextjs-starter-git-main-jpedroschmitz.vercel.app
nextjs-starter-ts.vercel.app