-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#### What this PR does / why we need it: As per title.
- Loading branch information
Showing
27 changed files
with
8,553 additions
and
22,235 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,16 +1,5 @@ | ||
<!-- Thanks for sending a pull request! --> | ||
|
||
#### What this PR does / why we need it: | ||
|
||
#### Which issue(s) will this PR fix?: | ||
|
||
<!-- | ||
(Optional) Automatically closes linked issue when PR is merged. | ||
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. | ||
--> | ||
|
||
Fixes # | ||
|
||
#### Additional notes: | ||
|
||
<!-- delete where appropriate --> |
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
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
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
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
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,9 @@ | ||
# Hosting Dev Tools | ||
public-hoist-pattern[]=husky | ||
public-hoist-pattern[]=lint-staged | ||
public-hoist-pattern[]=typescript | ||
public-hoist-pattern[]=turbo | ||
public-hoist-pattern[]=*jest* | ||
public-hoist-pattern[]=*eslint* | ||
public-hoist-pattern[]=*prettier* | ||
public-hoist-pattern[]=@types/* |
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,13 +1,8 @@ | ||
.husky | ||
.idea | ||
.next | ||
out | ||
*.d.ts | ||
*.d.ts.map | ||
*.js | ||
*.js.map | ||
tsconfig.tsbuildinfo | ||
package-lock.json | ||
.vscode | ||
.contented | ||
node_modules | ||
dist | ||
coverage | ||
package-lock.json | ||
pnpm-lock.yaml |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.