{"id":30434407,"url":"https://github.com/kubosho/configs","last_synced_at":"2026-01-22T19:32:39.248Z","repository":{"id":150175054,"uuid":"622417175","full_name":"kubosho/configs","owner":"kubosho","description":"My Web frontend tool configs.","archived":false,"fork":false,"pushed_at":"2026-01-15T18:04:35.000Z","size":3905,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-15T18:10:13.980Z","etag":null,"topics":["configuration","eslint","markuplint","prettier","renovate","semantic-release","textlint","typescript"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kubosho.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-02T03:27:00.000Z","updated_at":"2026-01-15T14:07:09.000Z","dependencies_parsed_at":"2023-12-15T05:31:55.393Z","dependency_job_id":"17d7ba31-0b73-4f00-94cd-86bbcdc2abb0","html_url":"https://github.com/kubosho/configs","commit_stats":null,"previous_names":[],"tags_count":195,"template":false,"template_full_name":null,"purl":"pkg:github/kubosho/configs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubosho%2Fconfigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubosho%2Fconfigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubosho%2Fconfigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubosho%2Fconfigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kubosho","download_url":"https://codeload.github.com/kubosho/configs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kubosho%2Fconfigs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28669171,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["configuration","eslint","markuplint","prettier","renovate","semantic-release","textlint","typescript"],"created_at":"2025-08-22T23:39:14.855Z","updated_at":"2026-01-22T19:32:39.225Z","avatar_url":"https://github.com/kubosho.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @kubosho/configs\n\nMy Web frontend tool configs. Inspired by [@3846masa/configs](https://github.com/3846masa/configs).\n\n[![npm version](https://img.shields.io/npm/v/@kubosho/configs.svg)](https://www.npmjs.com/package/@kubosho/configs)\n\n## Install\n\n```shell\nnpm add -DE @kubosho/configs\n```\n\n**Attention: This package provides only config files. Please install required tools (e.g. ESLint, Prettier, etc.) in your project.**\n\n## Usage\n\n### ESLint\n\nInstall the required dependencies:\n\n```shell\nnpm add -DE @eslint/js eslint eslint-config-prettier eslint-import-resolver-typescript eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-simple-import-sort typescript-eslint\n```\n\nIn use `eslint.config.mjs`:\n\n```javascript\nimport config from '@kubosho/configs/eslint';\n\nexport default {\n  ...config,\n};\n```\n\n### Markdownlint\n\nInstall the required dependencies:\n\n```shell\n# For markdownlint-cli2 (recommended if you want to use extends)\nnpm add -DE markdownlint-cli2\n\n# OR for markdownlint-cli\nnpm add -DE markdownlint-cli\n```\n\nIn use `.markdownlint.json`:\n\n```json\n{\n  \"extends\": \"@kubosho/configs/markdownlint\"\n}\n```\n\n**Note:** The `extends` property only works with markdownlint-cli2. If using markdownlint-cli, you'll need to manually merge the configuration.\n\n### Markuplint\n\nInstall the required dependencies:\n\n```shell\nnpm add -DE markuplint\n```\n\nIn use `markuplint.config.mjs`:\n\n```javascript\nimport config from '@kubosho/configs/markuplint';\n\nexport default {\n  ...config,\n};\n```\n\n### Prettier\n\nInstall the required dependencies:\n\n```shell\nnpm add -DE prettier\n```\n\nIn use `prettier.config.mjs`:\n\n```javascript\nimport config from '@kubosho/configs/prettier';\n\nexport default {\n  ...config,\n};\n```\n\n### Renovate\n\nNo npm packages required (GitHub App configuration only).\n\n```json\n{\n  \"extends\": [\"github\u003ekubosho/configs//renovate/default\"]\n}\n```\n\n### Semantic Release\n\nInstall the required dependencies:\n\n```shell\nnpm add -DE @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/github @semantic-release/npm @semantic-release/release-notes-generator conventional-changelog-conventionalcommits semantic-release\n```\n\nIn use `release.config.mjs`:\n\n```javascript\nimport config from '@kubosho/configs/semantic_release';\n\nexport default {\n  ...config,\n};\n```\n\n### Stylelint\n\nInstall the required dependencies:\n\n```shell\nnpm add -DE stylelint stylelint-config-recommended\n```\n\nIn use `stylelint.config.mjs`:\n\n```javascript\nimport config from '@kubosho/configs/stylelint';\n\nexport default {\n  ...config,\n};\n```\n\n### Textlint\n\nInstall the required dependencies:\n\n```shell\nnpm add -DE textlint textlint-rule-ja-no-weak-phrase textlint-filter-rule-comments textlint-rule-no-dead-link textlint-rule-no-doubled-joshi textlint-rule-preset-ai-writing textlint-rule-preset-jtf-style\n```\n\nIn use `.textlintrc.js`:\n\n```javascript\nconst config = require('@kubosho/configs/textlint');\n\nmodule.exports = {\n  ...config,\n};\n```\n\n### TypeScript\n\nInstall the required dependencies:\n\n```shell\nnpm add -DE typescript\n```\n\nIn use `tsconfig.json`:\n\n```json\n{\n  \"extends\": \"@kubosho/configs/typescript/tsconfig.json\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubosho%2Fconfigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkubosho%2Fconfigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkubosho%2Fconfigs/lists"}