{"id":15285924,"url":"https://github.com/bn-digital/configs","last_synced_at":"2026-02-21T09:01:19.194Z","repository":{"id":36980312,"uuid":"393171850","full_name":"bn-digital/configs","owner":"bn-digital","description":"Includes bundle with linters rulesets, Webpack build configurations \u0026 coding guidelines","archived":false,"fork":false,"pushed_at":"2023-10-05T11:50:31.000Z","size":10777,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":6,"default_branch":"latest","last_synced_at":"2026-01-19T00:03:07.410Z","etag":null,"topics":["coding-standards-guideline","eslint-config","prettier-config","react-scripts","stylelint-config","webpack5"],"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/bn-digital.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2021-08-05T21:13:32.000Z","updated_at":"2022-08-28T10:18:57.000Z","dependencies_parsed_at":"2024-06-21T04:18:33.149Z","dependency_job_id":"0c838b83-937a-4718-a192-7957607b494d","html_url":"https://github.com/bn-digital/configs","commit_stats":{"total_commits":80,"total_committers":6,"mean_commits":"13.333333333333334","dds":"0.38749999999999996","last_synced_commit":"001170509a4c50e1cbfcc5364550abb4b017a107"},"previous_names":["bn-digital/config"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/bn-digital/configs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bn-digital%2Fconfigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bn-digital%2Fconfigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bn-digital%2Fconfigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bn-digital%2Fconfigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bn-digital","download_url":"https://codeload.github.com/bn-digital/configs/tar.gz/refs/heads/latest","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bn-digital%2Fconfigs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29677881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T06:23:40.028Z","status":"ssl_error","status_checked_at":"2026-02-21T06:23:39.222Z","response_time":107,"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":["coding-standards-guideline","eslint-config","prettier-config","react-scripts","stylelint-config","webpack5"],"created_at":"2024-09-30T15:08:30.675Z","updated_at":"2026-02-21T09:01:19.112Z","avatar_url":"https://github.com/bn-digital.png","language":"TypeScript","readme":"# BN Digital Coding Standards\n\n![npm](https://img.shields.io/npm/v/@bn-digital/cosmiconfig?style=flat-square\u0026label=cosmiconfig) ![npm](https://img.shields.io/npm/v/@bn-digital/eslint-config?style=flat-square\u0026label=eslint) ![npm](https://img.shields.io/npm/v/@bn-digital/prettier-config?style=flat-square\u0026label=prettier) ![npm](https://img.shields.io/npm/v/@bn-digital/stylelint-config?style=flat-square\u0026label=stylelint) ![npm](https://img.shields.io/npm/v/@bn-digital/graphql-config?style=flat-square\u0026label=graphql) ![npm](https://img.shields.io/npm/v/@bn-digital/vite?style=flat-square\u0026label=vite) ![npm](https://img.shields.io/npm/v/@bn-digital/commitlint-config?style=flat-square\u0026label=commitlint)\n\n---\n\n## Packages\n\nThis package is a meta package that bundles other packages all together. To install, add the following to your `package.json` file:\n\n```json\n{\n  \"devDependencies\": {\n    \"@bndigital/cosmiconfig\": \"^1.0.8\"\n  }\n}\n```\n\nand configure corresponding tools as described below.\n\n### Typescript\n\n![npm](https://img.shields.io/npm/v/@bn-digital/typescript-config?style=flat-square)\n\nIn your `tsconfig.json` file, add the following:\n\n```json\n{\n  \"extends\": \"@bndigital/typescript/standard\"\n}\n```\n\nAvailable profiles to use:\n\n- `@bndigital/typescript/standard`\n- `@bndigital/typescript/react`\n- `@bndigital/typescript/strapi-admin`\n- `@bndigital/typescript/strapi-server`\n- `@bndigital/typescript/pulumi`\n- `@bndigital/typescript/projen`\n\n### ESLint\n\n![npm](https://img.shields.io/npm/v/@bn-digital/eslint-config?style=flat-square)\n\nIn your package.json file, add the following:\n\n```json\n{\n  \"eslintConfig\": {\n    \"extends\": \"@bndigital/eslint-config\"\n  }\n}\n```\n\n### Stylelint\n\nIn your package.json file, add the following:\n\n```json\n{\n  \"stylelint\": {\n    \"extends\": \"@bndigital/stylelint-config\"\n  }\n}\n```\n\n### Prettier\n\n![npm](https://img.shields.io/npm/v/@bn-digital/prettier-config?style=flat-square)\n\nIn your package.json file, add the following:\n\n```json\n{\n  \"prettier\": \"@bndigital/prettier-config\"\n}\n```\n\n### Vite\n\n![npm](https://img.shields.io/npm/v/@bn-digital/vite?style=flat-square)\n\nSee [vite](packages/vite/README.md) for more information.\n\n### GraphQL\n\n![npm](https://img.shields.io/npm/v/@bn-digital/graphql-config?style=flat-square)\n\nSee [graphql](packages/graphql/README.md) for more information.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbn-digital%2Fconfigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbn-digital%2Fconfigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbn-digital%2Fconfigs/lists"}