-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from 0xChqrles/feat/app
Frontend init
- Loading branch information
Showing
290 changed files
with
34,733 additions
and
19,255 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Editor configuration, see http://editorconfig.org | ||
root = true | ||
|
||
[*] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 | ||
insert_final_newline = true | ||
trim_trailing_whitespace = true | ||
|
||
[*.md] | ||
max_line_length = off | ||
trim_trailing_whitespace = false |
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,2 @@ | ||
TEST=123 | ||
SN_NETWORK_NAME=SN_SEPOLIA |
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,8 @@ | ||
**/dist/** | ||
**/build/** | ||
**/node_modules/** | ||
**/types/** | ||
**/*.test.{js,jsx,ts,tsx} | ||
**/*.spec.{js,jsx,ts,tsx} | ||
**/config-overrides.js | ||
**/.eslintrc.js |
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,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
yarn g:run-fast-checks |
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,3 @@ | ||
{ | ||
"**/*+(.ts?|.tsx)": ["turbo staged:lint:fix staged:format --filter=// --"] | ||
} |
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,2 @@ | ||
# used in tandem with package.json engines section to only use yarn | ||
engine-strict=true |
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 @@ | ||
v18.16.0 |
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,37 @@ | ||
*.tsbuildinfo | ||
__generated__ | ||
__mocks__ | ||
.tamagui | ||
.turbo | ||
.turbo | ||
.yarn | ||
@types | ||
*.html | ||
*.inc | ||
*.json | ||
*.md | ||
*.yml | ||
build | ||
craco.config.cjs | ||
dist | ||
jest-setup.js | ||
jest.config.js | ||
jest.config.js | ||
metro.config.js | ||
node_modules | ||
types | ||
|
||
# app/package specific | ||
|
||
# mobile | ||
|
||
apps/mobile/ios | ||
apps/mobile/android | ||
|
||
# extension | ||
|
||
apps/extension/dev | ||
|
||
# eslint partials | ||
|
||
packages/eslint-config/restrictedImports.js |
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 @@ | ||
{ | ||
"bracketSameLine": false, | ||
"singleQuote": true, | ||
"printWidth": 120, | ||
"semi": false, | ||
"plugins": [ | ||
"prettier-plugin-organize-imports" | ||
] | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
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,39 @@ | ||
enableTelemetry: false | ||
|
||
changesetBaseRefs: | ||
- main | ||
- origin/main | ||
- upstream/main | ||
|
||
changesetIgnorePatterns: | ||
- '**/*.test.{js,jsx,ts,tsx}' | ||
|
||
defaultSemverRangePrefix: '' | ||
|
||
enableGlobalCache: false | ||
|
||
nmMode: hardlinks-local | ||
|
||
logFilters: | ||
- code: YN0002 | ||
level: discard | ||
- code: YN0060 | ||
level: discard | ||
- code: YN0006 | ||
level: discard | ||
- code: YN0076 | ||
level: discard | ||
- code: YN0013 | ||
level: discard | ||
|
||
nodeLinker: node-modules | ||
|
||
plugins: | ||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs | ||
spec: '@yarnpkg/plugin-workspace-tools' | ||
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs | ||
spec: '@yarnpkg/plugin-version' | ||
- path: .yarn/plugins/@yarnpkg/plugin-constraints.cjs | ||
spec: '@yarnpkg/plugin-constraints' | ||
|
||
yarnPath: .yarn/releases/yarn-3.2.3.cjs |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.