@left-curve/config
Advanced tools
| # @left-curve/config | ||
| This package provides a common configurations for tsconfig, tsup, biome used in other @left-curve libraries. | ||
| ## License | ||
| TBD |
+14
-22
| { | ||
| "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", | ||
| "organizeImports": { | ||
| "enabled": true | ||
| "$schema": "https://biomejs.dev/schemas/2.1.3/schema.json", | ||
| "assist": { | ||
| "actions": { | ||
| "source": { | ||
| "organizeImports": "off" | ||
| } | ||
| } | ||
| }, | ||
@@ -16,2 +20,5 @@ "formatter": { | ||
| "rules": { | ||
| "correctness": { | ||
| "useExhaustiveDependencies": "off" | ||
| }, | ||
| "performance": { | ||
@@ -31,3 +38,4 @@ "noDelete": "off" | ||
| "noConfusingVoidType": "off", | ||
| "noExplicitAny": "off" | ||
| "noExplicitAny": "off", | ||
| "useAdjacentOverloadSignatures": "off" | ||
| } | ||
@@ -37,20 +45,4 @@ } | ||
| "files": { | ||
| "ignore": ["**/build/**", "**/package.json"] | ||
| }, | ||
| "overrides": [ | ||
| { | ||
| "include": ["sdk/examples/**", "ui/**"], | ||
| "linter": { | ||
| "rules": { | ||
| "correctness": { | ||
| "useExhaustiveDependencies": "off" | ||
| }, | ||
| "a11y": { | ||
| "noSvgWithoutTitle": "off", | ||
| "useKeyWithClickEvents": "off" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| ] | ||
| "includes": ["**", "!**/build/**", "!**/package.json", "!**/*.test.ts", "!**/*.spec.ts"] | ||
| } | ||
| } |
+17
-3
| { | ||
| "name": "@left-curve/config", | ||
| "version": "0.1.0", | ||
| "version": "1.0.0", | ||
| "publishConfig": { | ||
| "registry": "https://registry.npmjs.org/", | ||
| "access": "public" | ||
| }, | ||
| "files": [ | ||
| "ts", | ||
| "biome", | ||
| "tsup", | ||
| "typedoc" | ||
| "tsup" | ||
| ], | ||
| "license": "TBD", | ||
| "homepage": "https://dango.exchange", | ||
| "repository": "left-curve/left-curve", | ||
| "keywords": [ | ||
| "grug", | ||
| "smart-contracts", | ||
| "blockchain", | ||
| "cryptocurrency", | ||
| "web3", | ||
| "typescript" | ||
| ] | ||
| } |
+1
-1
@@ -6,5 +6,5 @@ { | ||
| "isolatedModules": true, | ||
| "lib": ["dom", "dom.iterable", "es2021"], | ||
| "lib": ["dom", "dom.iterable", "es2022"], | ||
| "moduleDetection": "force" | ||
| } | ||
| } |
+1
-1
@@ -16,5 +16,5 @@ { | ||
| "strict": true, | ||
| "target": "es2021" | ||
| "target": "es2022" | ||
| }, | ||
| "exclude": ["node_modules", "build", "dist"] | ||
| } |
| { | ||
| "$schema": "https://typedoc.org/schema.json", | ||
| "includeVersion": true, | ||
| "exclude": ["**/*.spec.ts"], | ||
| "excludeExternals": true, | ||
| "excludePrivate": true | ||
| } |
Misc. License Issues
LicenseA package's licensing information has fine-grained problems.
Unidentified License
LicenseSomething that seems like a license was found, but its contents could not be matched with a known license.
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
No License Found
LicenseLicense information could not be found.
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
No website
QualityPackage does not have a website.
2670
7.01%1
-66.67%1
-50%8
Infinity%1
Infinity%95
-13.64%