-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Griko Nibras <[email protected]>
- Loading branch information
Showing
101 changed files
with
8,698 additions
and
9,254 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,43 @@ | ||
// @ts-check | ||
|
||
/** | ||
* @type {import("eslint").Linter.Config} | ||
* @see https://eslint.org/docs/latest/use/configure/ | ||
*/ | ||
const eslintConfig = { | ||
extends: [ | ||
"next/core-web-vitals", | ||
"eslint:recommended", | ||
"plugin:@tanstack/eslint-plugin-query/recommended", | ||
"plugin:prettier/recommended", | ||
], | ||
plugins: ["simple-import-sort"], | ||
rules: { | ||
"@next/next/no-img-element": "off", | ||
"simple-import-sort/exports": "warn", | ||
"simple-import-sort/imports": "warn", | ||
}, | ||
ignorePatterns: ["node_modules/", ".next/", "out/", "src/chains/*"], | ||
overrides: [ | ||
{ | ||
files: ["*.ts", "*.tsx"], | ||
extends: ["plugin:@typescript-eslint/recommended", "plugin:prettier/recommended"], | ||
parser: "@typescript-eslint/parser", | ||
plugins: ["@typescript-eslint"], | ||
rules: { | ||
"@typescript-eslint/ban-types": [ | ||
"error", | ||
{ | ||
types: { | ||
// un-ban a type that's banned by default | ||
"{}": false, | ||
}, | ||
extendDefaults: true, | ||
}, | ||
], | ||
}, | ||
}, | ||
], | ||
root: true, | ||
}; | ||
module.exports = eslintConfig; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Submodule chain-registry
updated
46 files
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.
cce6997
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:
ibc-dot-fun – ./
ibc-dot-fun-git-main-skip-protocol.vercel.app
ibc-dot-fun-skip-protocol.vercel.app
ibc-dot-fun.vercel.app
ibc.fun
www.ibc.fun