repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
Mirrored from https://github.com/ProjectOpenSea/opensea-skill
stars
latest
clone command
git clone gitlawb://did:key:z6MkqRzA...RfoM/ProjectOpenSea-...git clone gitlawb://did:key:z6MkqRzA.../ProjectOpenSea-...fef93001Release v2.14.09h ago| { |
| #2 | "$schema": "node_modules/@biomejs/biome/configuration_schema.json", |
| #3 | "files": { |
| #4 | "includes": [ |
| #5 | "**/*.ts", |
| #6 | "**/*.js", |
| #7 | "**/*.json", |
| #8 | "!**/node_modules", |
| #9 | "!**/dist", |
| #10 | "!**/lib", |
| #11 | "!**/coverage", |
| #12 | "!**/.nyc_output", |
| #13 | "!packages/sdk/src/typechain", |
| #14 | "!**/typechain", |
| #15 | "!packages/api-types/src/generated.ts", |
| #16 | "!**/pnpm-lock.yaml", |
| #17 | "!**/package-lock.json" |
| #18 | ] |
| #19 | }, |
| #20 | "formatter": { |
| #21 | "enabled": true, |
| #22 | "indentStyle": "space", |
| #23 | "indentWidth": 2, |
| #24 | "lineEnding": "lf", |
| #25 | "lineWidth": 80 |
| #26 | }, |
| #27 | "javascript": { |
| #28 | "formatter": { |
| #29 | "quoteStyle": "double", |
| #30 | "trailingCommas": "all", |
| #31 | "semicolons": "asNeeded", |
| #32 | "arrowParentheses": "asNeeded" |
| #33 | } |
| #34 | }, |
| #35 | "linter": { |
| #36 | "enabled": true, |
| #37 | "rules": { |
| #38 | "recommended": true, |
| #39 | "suspicious": { |
| #40 | "noConsole": "off", |
| #41 | "noExplicitAny": "off" |
| #42 | }, |
| #43 | "correctness": { |
| #44 | "noUnusedImports": "error" |
| #45 | }, |
| #46 | "style": { |
| #47 | "noNonNullAssertion": "error", |
| #48 | "noUnusedTemplateLiteral": "off" |
| #49 | } |
| #50 | } |
| #51 | }, |
| #52 | "overrides": [ |
| #53 | { |
| #54 | "includes": ["**/*.test.ts", "**/*.spec.ts", "**/test/**"], |
| #55 | "linter": { |
| #56 | "rules": { |
| #57 | "style": { |
| #58 | "noNonNullAssertion": "off" |
| #59 | } |
| #60 | } |
| #61 | } |
| #62 | } |
| #63 | ] |
| #64 | } |
| #65 |