Skip to content

Commit

Permalink
Merge pull request #618 from Gateway-DAO/pre-main
Browse files Browse the repository at this point in the history
Release - June 30th
  • Loading branch information
NMCarv authored Jul 4, 2023
2 parents 8025a80 + ec04860 commit 7ce79c6
Show file tree
Hide file tree
Showing 999 changed files with 18,848 additions and 69,801 deletions.
7 changes: 0 additions & 7 deletions .dockerignore

This file was deleted.

8 changes: 0 additions & 8 deletions .env.example

This file was deleted.

89 changes: 41 additions & 48 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,55 @@
{
"root": true,
"ignorePatterns": ["**/*"],
"extends": [
"plugin:@nrwl/nx/typescript",
"eslint:recommended",
"next",
"next/core-web-vitals",
"plugin:@typescript-eslint/recommended",
"prettier",
"plugin:editorconfig/noconflict"
],
"plugins": [
"@nrwl/nx",
"@typescript-eslint",
"editorconfig",
"eslint-plugin-import-helpers",
"prettier"
],
"overrides": [
{
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
"rules": {
"@nrwl/nx/enforce-module-boundaries": [
"error",
{
"enforceBuildableLibDependency": false,
"allow": [],
"depConstraints": [
{
"sourceTag": "*",
"onlyDependOnLibsWithTags": ["*"]
}
]
}
],
"editorconfig/indent": "off",
"import-helpers/order-imports": [
"warn",
{
"newlinesBetween": "always",
"groups": [
["/^react$/", "/^react-(native|dom)$/", "/^next/"],
"module",
"/^@gateway//",
"/^@mui//",
["parent", "sibling"],
"index"
],
"alphabetize": { "order": "asc", "ignoreCase": false }
}
],
"sort-imports": "off",
"prettier/prettier": "error",
"@typescript-eslint/no-unused-vars": [
"warn",
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_"
}
"env": {
"jest": true
},
"rules": {
"@next/next/no-html-link-for-pages": ["error", "pages"],
"@next/next/no-img-element": "off",
"react-hooks/exhaustive-deps": "off",
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-unused-vars": [
"warn",
{
"argsIgnorePattern": "^_",
"varsIgnorePattern": "^_",
"caughtErrorsIgnorePattern": "^_",
"destructuredArrayIgnorePattern": "^_"
}
],
"@typescript-eslint/no-empty-function": ["warn"],
"editorconfig/indent": "off",
"import-helpers/order-imports": [
"warn",
{
"newlinesBetween": "always",
"groups": [
["/^react$/", "/^react-(native|dom)$/", "/^next/"],
"module",
"/^@gateway//",
"/^@mui//",
["parent", "sibling"],
"index"
],
"@typescript-eslint/no-empty-function": ["warn"]
"alphabetize": { "order": "asc", "ignoreCase": false }
}
}
]
],
"sort-imports": "off",
"prettier/prettier": "error"
},
"ignorePatterns": ["node_modules", ".next", "out", "public", "coverage", "src/services/**/types.ts"]
}
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,16 @@ Thumbs.db
.sentryclirc

prisma/schema.prisma
src/services/**/**/types.ts
src/services/**/**/validation.ts

# Sentry
.sentryclirc

# e2e Tests
screenshots/
test-results/
storageState.json

.next
.vscode/settings.json
15 changes: 15 additions & 0 deletions .graphqlrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
require('dotenv').config();
module.exports = {
projects: {
hasura: {
schema: {
[`${process.env.HASURA_ENDPOINT}`]: {
headers: {
'x-hasura-admin-secret': process.env.HASURA_ADMIN_SECRET,
},
},
},
documents: 'src/services/hasura/**/*.gql'
}
}
}
78 changes: 0 additions & 78 deletions .graphqlrc.ts

This file was deleted.

20 changes: 0 additions & 20 deletions .storybook/main.js

This file was deleted.

14 changes: 0 additions & 14 deletions .storybook/tsconfig.json

This file was deleted.

52 changes: 0 additions & 52 deletions .storybook/utils/prop-filter.js

This file was deleted.

1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"recommendations": [
"nrwl.angular-console",
"esbenp.prettier-vscode",
"firsttris.vscode-jest-runner",
"dbaeumer.vscode-eslint",
Expand Down
22 changes: 21 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,25 @@
"eslint.format.enable": true,
"[markdown]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#93e6fc",
"activityBar.background": "#93e6fc",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#fa45d4",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#93e6fc",
"statusBar.background": "#61dafb",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#2fcefa",
"statusBarItem.remoteBackground": "#61dafb",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#61dafb",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#61dafb99",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.color": "#61dafb"
}
3 changes: 0 additions & 3 deletions AYYAN.md

This file was deleted.

Loading

1 comment on commit 7ce79c6

@vercel
Copy link

@vercel vercel bot commented on 7ce79c6 Jul 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.