{"id":14155322,"url":"https://github.com/tclindner/eslint-config-tc","last_synced_at":"2025-03-21T13:31:51.748Z","repository":{"id":9850473,"uuid":"63542873","full_name":"tclindner/eslint-config-tc","owner":"tclindner","description":"ESLint shareable config for JavaScript projects","archived":false,"fork":false,"pushed_at":"2025-03-09T23:29:27.000Z","size":2683,"stargazers_count":4,"open_issues_count":2,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-10T00:23:47.664Z","etag":null,"topics":["eslint","javascript","linting","naming-conventions","style-guide","style-linter","styleguide"],"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/tclindner.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2016-07-17T16:58:56.000Z","updated_at":"2025-03-09T23:28:19.000Z","dependencies_parsed_at":"2023-10-10T16:14:35.881Z","dependency_job_id":"bbda3a63-def2-45d2-9d20-cb2905a98b42","html_url":"https://github.com/tclindner/eslint-config-tc","commit_stats":{"total_commits":602,"total_committers":7,"mean_commits":86.0,"dds":0.3820598006644518,"last_synced_commit":"87ad90427f1c6367a1f93a76c687ecd6100c996f"},"previous_names":[],"tags_count":66,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tclindner%2Feslint-config-tc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tclindner%2Feslint-config-tc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tclindner%2Feslint-config-tc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tclindner%2Feslint-config-tc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tclindner","download_url":"https://codeload.github.com/tclindner/eslint-config-tc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244141580,"owners_count":20404835,"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":["eslint","javascript","linting","naming-conventions","style-guide","style-linter","styleguide"],"created_at":"2024-08-17T08:02:49.671Z","updated_at":"2025-03-21T13:31:51.461Z","avatar_url":"https://github.com/tclindner.png","language":"JavaScript","funding_links":[],"categories":["javascript"],"sub_categories":[],"readme":"# eslint-config-tc\n\n\u003e ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) for JavaScript projects\n\n[![license](https://img.shields.io/github/license/tclindner/eslint-config-tc.svg?maxAge=2592000\u0026style=flat-square)](https://github.com/tclindner/eslint-config-tc/blob/master/LICENSE)\n[![npm](https://img.shields.io/npm/v/eslint-config-tc.svg?maxAge=2592000?style=flat-square)](https://www.npmjs.com/package/eslint-config-tc)\n![ci](https://github.com/tclindner/eslint-config-tc/workflows/ci/badge.svg?branch=master)\n[![Dependency Status](https://david-dm.org/tclindner/eslint-config-tc.svg?style=flat-square)](https://david-dm.org/tclindner/eslint-config-tc)\n[![devDependency Status](https://david-dm.org/tclindner/eslint-config-tc/dev-status.svg?style=flat-square)](https://david-dm.org/tclindner/eslint-config-tc#info=devDependencies)\n\n## What is eslint-config-tc?\n\nShared configuration for ESLint. Follow the instructions below to easily include this configuration in another project without having to duplicate the file.\n\n## How do I install it?\n\nFirst thing first, let's make sure you have the necessary pre-requisites.\n\n### System Dependencies\n\n#### Node\n\n* [Node.js](https://nodejs.org/) - v16.0.0+\n* [npm](http://npmjs.com) - v8.0.0+\n\n### Command\n\n```bash\nnpx install-peerdeps --dev eslint-config-tc\n```\n\n\u003e eslint, eslint-plugin-import, eslint-plugin-jest, eslint-plugin-prettier, eslint-plugin-unicorn, and prettier are peer dependencies and must be installed.\n\n## Usage\n\nAdd the following to your `.eslintrc.json` file:\n\n```json\n{\n  \"extends\": \"eslint-config-tc\"\n}\n```\n\nIf you need to override a rule, your `.eslintrc.json` file should look like the example below. All shared rules will be used, but `eqeqeq` will be turned off.\n\n```json\n{\n  \"extends\": \"eslint-config-tc\",\n  \"rules\": {\n    \"eqeqeq\": \"off\"\n  }\n}\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Release History\n\nPlease see [CHANGELOG.md](CHANGELOG.md).\n\n## License\n\nCopyright (c) 2016-2023 Thomas Lindner. Licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftclindner%2Feslint-config-tc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftclindner%2Feslint-config-tc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftclindner%2Feslint-config-tc/lists"}