-
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 #11 from HausDAO/update-metadata
Generate manifest, add images, update layout
- Loading branch information
Showing
6 changed files
with
64 additions
and
64 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,48 +1,48 @@ | ||
module.exports = { | ||
extends: ["next", "prettier"], | ||
extends: ['next', 'prettier'], | ||
plugins: [ | ||
"@typescript-eslint", | ||
"ban", | ||
"import", | ||
"no-restricted-imports", | ||
"react-hooks", | ||
"react", | ||
"simple-import-sort", | ||
'@typescript-eslint', | ||
'ban', | ||
'import', | ||
'no-restricted-imports', | ||
'react-hooks', | ||
'react', | ||
'simple-import-sort', | ||
], | ||
rules: { | ||
"@typescript-eslint/explicit-module-boundary-types": "off", | ||
"@typescript-eslint/no-empty-interface": "off", | ||
"@typescript-eslint/no-explicit-any": "error", | ||
"@typescript-eslint/no-namespace": "off", | ||
"@typescript-eslint/no-non-null-assertion": "off", | ||
"@typescript-eslint/no-unused-vars": ["error", { argsIgnorePattern: "^_" }], | ||
"@typescript-eslint/no-var-requires": "off", | ||
"@next/next/no-html-link-for-pages": "off", | ||
"@next/next/no-page-custom-font": "off", | ||
eqeqeq: "error", | ||
"import/no-default-export": "off", | ||
"no-console": "off", | ||
"no-duplicate-imports": "error", | ||
"no-implicit-globals": "error", | ||
"react/display-name": "off", | ||
"react/prop-types": "off", | ||
"react/jsx-key": "off", | ||
"react/no-unescaped-entities": "off", | ||
"react-hooks/rules-of-hooks": "error", | ||
"react-hooks/exhaustive-deps": "error", | ||
"simple-import-sort/imports": "off", | ||
"simple-import-sort/exports": "off", | ||
"no-restricted-imports": [ | ||
"error", | ||
'@typescript-eslint/explicit-module-boundary-types': 'off', | ||
'@typescript-eslint/no-empty-interface': 'off', | ||
'@typescript-eslint/no-explicit-any': 'error', | ||
'@typescript-eslint/no-namespace': 'off', | ||
'@typescript-eslint/no-non-null-assertion': 'off', | ||
'@typescript-eslint/no-unused-vars': ['error', { argsIgnorePattern: '^_' }], | ||
'@typescript-eslint/no-var-requires': 'off', | ||
'@next/next/no-html-link-for-pages': 'off', | ||
'@next/next/no-page-custom-font': 'off', | ||
eqeqeq: 'error', | ||
'import/no-default-export': 'off', | ||
'no-console': 'off', | ||
'no-duplicate-imports': 'error', | ||
'no-implicit-globals': 'error', | ||
'react/display-name': 'off', | ||
'react/prop-types': 'off', | ||
'react/jsx-key': 'off', | ||
'react/no-unescaped-entities': 'off', | ||
'react-hooks/rules-of-hooks': 'error', | ||
'react-hooks/exhaustive-deps': 'error', | ||
'simple-import-sort/imports': 'off', | ||
'simple-import-sort/exports': 'off', | ||
'no-restricted-imports': [ | ||
'error', | ||
{ | ||
paths: [ | ||
{ | ||
name: "lodash", | ||
message: "Import [module] from lodash/[module] instead", | ||
name: 'lodash', | ||
message: 'Import [module] from lodash/[module] instead', | ||
}, | ||
], | ||
}, | ||
], | ||
"valid-typeof": "error", | ||
'valid-typeof': 'error', | ||
}, | ||
}; |
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,18 +1,18 @@ | ||
{ | ||
"accountAssociation": { | ||
"header": "eyJmaWQiOjg4MzEyNSwidHlwZSI6ImN1c3RvZHkiLCJrZXkiOiIweDgxNWQ0YURjMTMwQzFBNkMzOTNiN0E0QzM2NzE4ZTZkNzE5MTlGMTUifQ", | ||
"payload": "eyJkb21haW4iOiJ6b28uZmFyY2FzdGxlLm5ldCJ9", | ||
"signature": "MHgyYWE4NzFiNjUzY2M3MzdkMTNlZDk3Y2ZkYzNjY2MxZjMxNDMzYzg1OTAyM2I5ZDdlYjhlY2I3MDdmM2Y3MDYxNTViYWNiODY3ODgwNzdmNDBlNmFlOWU5ZGE0Nzk0ZTZiZWQ3NTNhZDQyMTgxOWNhMDU3NTk0YmU2OGMxZmQ5OTFj" | ||
"header": "eyJmaWQiOjg2MjA5MiwidHlwZSI6ImN1c3RvZHkiLCJrZXkiOiIweDg4MjhmNzMzODFDNzE3OUM2MjlEZjAzNzk0RGQ2QTUyRTU2Mjg5MjgifQ", | ||
"payload": "eyJkb21haW4iOiJwcm9wb3NhbHMuZmFyY2FzdGxlLm5ldCJ9", | ||
"signature": "MHgxN2JmN2Y3ZTA4ZmE4NDNjYTFjZTM0OWE3Y2U1NmEyN2JhMTAyOTk1OGMxYTEyYzQyMzk1ZDBjN2E2ODU4NDlkMGM1ZGFhMjMzZTIyNmM4Zjg4ZDE4YWU0Y2Q4ZGRlMzRjODZjNWU4MDQwYzQ4ODlhNjc0NWVjZDlmMjc3NDA1MzFj" | ||
}, | ||
"frame": { | ||
"version": "1", | ||
"name": "Farcastle Proposals", | ||
"iconUrl": "https://zoo.farcastle.net/icon.png", | ||
"homeUrl": "https://zoo.farcastle.net", | ||
"imageUrl": "https://zoo.farcastle.net/image.png", | ||
"buttonTitle": "Create Proposals", | ||
"splashImageUrl": "https://zoo.farcastle.net/splash.png", | ||
"name": "Proposals", | ||
"iconUrl": "https://proposals.farcastle.net/icon.png", | ||
"homeUrl": "https://proposals.farcastle.net", | ||
"imageUrl": "https://proposals.farcastle.net/image.png", | ||
"buttonTitle": "Make Proposal", | ||
"splashImageUrl": "https://proposals.farcastle.net/splash.png", | ||
"splashBackgroundColor": "#341A34", | ||
"webhookUrl": "https://zoo.farcastle.net/api/webhook" | ||
"webhookUrl": "https://proposals.farcastle.net/api/webhook" | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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