| { | ||
| "conventionalCommits.scopes": ["deps", "release"] | ||
| } |
| { | ||
| "extends": ["./configs/biome/biome.json"] | ||
| } |
| export default { | ||
| extends: ["./configs/commitlint/commitlint.config.mjs"], | ||
| }; |
| { | ||
| "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", | ||
| "css": { | ||
| "formatter": { | ||
| "enabled": true, | ||
| "quoteStyle": "double" | ||
| }, | ||
| "linter": { | ||
| "enabled": true | ||
| } | ||
| }, | ||
| "formatter": { | ||
| "attributePosition": "auto", | ||
| "enabled": true, | ||
| "formatWithErrors": false, | ||
| "ignore": [], | ||
| "indentStyle": "space", | ||
| "indentWidth": 2, | ||
| "lineEnding": "lf", | ||
| "lineWidth": 80, | ||
| "useEditorconfig": true | ||
| }, | ||
| "javascript": { | ||
| "formatter": { | ||
| "arrowParentheses": "always", | ||
| "bracketSameLine": false, | ||
| "bracketSpacing": true, | ||
| "quoteStyle": "double", | ||
| "enabled": true, | ||
| "jsxQuoteStyle": "double", | ||
| "quoteProperties": "asNeeded", | ||
| "semicolons": "always", | ||
| "trailingCommas": "all" | ||
| } | ||
| }, | ||
| "json": { | ||
| "formatter": { | ||
| "enabled": true, | ||
| "trailingCommas": "none" | ||
| }, | ||
| "parser": { | ||
| "allowComments": true, | ||
| "allowTrailingCommas": true | ||
| } | ||
| }, | ||
| "linter": { | ||
| "enabled": true, | ||
| "rules": { | ||
| "a11y": {}, | ||
| "all": true, | ||
| "complexity": {}, | ||
| "correctness": { | ||
| "noUndeclaredDependencies": "off" | ||
| }, | ||
| "nursery": {}, | ||
| "performance": {}, | ||
| "security": {}, | ||
| "style": { | ||
| "noDefaultExport": "off" | ||
| }, | ||
| "suspicious": {} | ||
| } | ||
| }, | ||
| "organizeImports": { | ||
| "enabled": false | ||
| }, | ||
| "vcs": { | ||
| "clientKind": "git", | ||
| "defaultBranch": "main", | ||
| "enabled": true, | ||
| "useIgnoreFile": true | ||
| } | ||
| } |
| /** | ||
| * @see https://commitlint.js.org/reference/rules.html | ||
| */ | ||
| export default { | ||
| extends: ["@commitlint/config-conventional"], | ||
| rules: { | ||
| "subject-case": [0, "never"], | ||
| "subject-full-stop": [0, "never"], | ||
| "header-case": [0, "never"], | ||
| "header-max-length": [0, "never"], | ||
| "body-case": [0, "never"], | ||
| }, | ||
| }; |
+5
-7
| { | ||
| "name": "temis", | ||
| "version": "0.2.0", | ||
| "version": "0.2.1", | ||
| "private": false, | ||
@@ -22,11 +22,9 @@ "description": "A package that keeps all the settings for great tools in one place, making my TypeScript React development much easier and better, just for me.", | ||
| "@biomejs/biome": "1.9.4", | ||
| "@changesets/changelog-github": "^0.5.1", | ||
| "@changesets/cli": "^2.28.1", | ||
| "@types/node": "^22.13.9", | ||
| "@types/node": "22.13.9", | ||
| "commitlint": "19.8.0", | ||
| "lefthook": "^1.11.3", | ||
| "vitest": "^3.0.7" | ||
| "lefthook": "1.11.3" | ||
| }, | ||
| "engines": { | ||
| "node": ">=22" | ||
| "node": ">=22", | ||
| "pnpm": ">=10" | ||
| }, | ||
@@ -33,0 +31,0 @@ "publishConfig": { |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
6419
41.86%4
-42.86%8
166.67%95
Infinity%0
-100%0
-100%