{"id":19639915,"url":"https://github.com/team23/style-guide","last_synced_at":"2025-07-05T06:07:31.375Z","repository":{"id":243032625,"uuid":"806570531","full_name":"team23/style-guide","owner":"team23","description":"TEAM23’s unified lint-rules monorepo — eslint + stylint","archived":false,"fork":false,"pushed_at":"2025-06-04T09:44:17.000Z","size":842,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-04T13:15:43.976Z","etag":null,"topics":["angular","css","eslint","javascript","scss","stylelint","typescript","vue"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/team23.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2024-05-27T12:59:21.000Z","updated_at":"2025-06-04T09:45:06.000Z","dependencies_parsed_at":"2024-07-10T13:10:47.748Z","dependency_job_id":"65a16654-22ac-4b5e-bfbf-fd723ec9129d","html_url":"https://github.com/team23/style-guide","commit_stats":null,"previous_names":["team23/style-guide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/team23/style-guide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Fstyle-guide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Fstyle-guide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Fstyle-guide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Fstyle-guide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/team23","download_url":"https://codeload.github.com/team23/style-guide/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/team23%2Fstyle-guide/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263692914,"owners_count":23496944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["angular","css","eslint","javascript","scss","stylelint","typescript","vue"],"created_at":"2024-11-11T14:03:46.398Z","updated_at":"2025-07-05T06:07:31.371Z","avatar_url":"https://github.com/team23.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Style Guide\n\n## Overview\n\nThis repository contains the TEAM23 configuration for linting and styling rules.\n\nIt includes configurations for ESLint:\n- JavaScript\n- TypeScript\n- Vue.js\n- Angular\n\nand Stylelint:\n- css\n- scss\n\nThese configurations help maintain code quality and consistency across TEAM23's projects.\n\nCheckout the independent README.md files for more information on how to install and use.\n\n## Debug eslint configurations\n\n### config-inspector\n\nYou may need to install bun and jiti:\n\n```shell\nnpm install --global bun\n\nbun install\n```\n\nNow you can build the config:\n\n```shell\nbun build ./src/index.ts --target=node --outfile config.js\n```\n\nIn some cases you may need to include external dependencies\n\n```shell\nbun build ./src/index.ts --target=node --outfile test.js --external eslint-plugin-vue\n```\n\nNow create an eslint.config.file and import from the outfile as described in the libraries README.md.\nFor example:\n\n```ts\nimport { createVueEslintConfig } from \"./test.js\";\n\nexport default [\n    ...createVueEslintConfig(),\n];\n```\n\nUse the official config-inspector to inspect and understand the flat config.\n\n```shell\nnpx @eslint/config-inspector\n```\n\n### Use --print-config\n\nYou can additionally use the `--print-config` CLI option to view the final configuration that will be used for a file. Note that only\nconfiguration options applied to this file will be outputted.\n\nYou may want to use a bundler like bun to compile and bundle all files:\n\n```\nbun --bun eslint -c index.ts --print-config test.js \u003e out.json\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam23%2Fstyle-guide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteam23%2Fstyle-guide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteam23%2Fstyle-guide/lists"}