{"id":26181408,"url":"https://github.com/bitauth/eslint-config-bitauth","last_synced_at":"2025-10-30T14:27:03.554Z","repository":{"id":37887939,"uuid":"239865427","full_name":"bitauth/eslint-config-bitauth","owner":"bitauth","description":"eslint configuration for bitauth projects","archived":false,"fork":false,"pushed_at":"2024-02-19T21:07:29.000Z","size":1287,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T21:59:21.252Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bitauth.png","metadata":{"files":{"readme":"readme.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2020-02-11T21:11:54.000Z","updated_at":"2024-10-31T03:53:16.000Z","dependencies_parsed_at":"2024-01-10T23:46:56.816Z","dependency_job_id":"f74837c2-cb83-45ce-9871-681ca303f12b","html_url":"https://github.com/bitauth/eslint-config-bitauth","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/bitauth/eslint-config-bitauth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitauth%2Feslint-config-bitauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitauth%2Feslint-config-bitauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitauth%2Feslint-config-bitauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitauth%2Feslint-config-bitauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitauth","download_url":"https://codeload.github.com/bitauth/eslint-config-bitauth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitauth%2Feslint-config-bitauth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279001779,"owners_count":26083173,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-03-11T21:59:23.441Z","updated_at":"2025-10-09T16:40:43.063Z","avatar_url":"https://github.com/bitauth.png","language":"JavaScript","readme":"# eslint-config-bitauth\n\nA very strict eslint configuration, including rules which require:\n\n- a functional programming style\n- properly-used eslint comments\n- sorted and properly ordered imports\n- properly formatted TSDoc comments\n- strictly formatted code (prettier-compliant)\n- nearly all eslint and @typescript-eslint rules\n\n## Install\n\nFirst, configure your project for [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint). Then install `eslint-config-bitauth` and the required plugins.\n\n```\nnpm install --dev eslint @typescript-eslint/parser eslint-config-bitauth eslint-plugin-functional eslint-plugin-eslint-comments eslint-plugin-import eslint-plugin-tsdoc eslint-plugin-prettier\n```\n\nThen add `bitauth` to the `extends` array in your ESLint configuration.\n\nExample `.eslintrc`:\n\n```jsonc\n{\n  \"root\": true,\n  \"parser\": \"@typescript-eslint/parser\",\n  \"parserOptions\": { \"project\": \"./tsconfig.json\" },\n  \"env\": { \"es6\": true },\n  \"ignorePatterns\": [\"node_modules\", \"build\", \"coverage\"],\n  \"extends\": [\"bitauth\"],\n  \"globals\": { \"BigInt\": true, \"WebAssembly\": true },\n  \"rules\": {\n    // rule overrides:\n    \"example-rule\": \"off\"\n  }\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitauth%2Feslint-config-bitauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitauth%2Feslint-config-bitauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitauth%2Feslint-config-bitauth/lists"}