{"id":15989487,"url":"https://github.com/robot-inventor/eslint-config","last_synced_at":"2026-01-24T05:04:27.382Z","repository":{"id":232418229,"uuid":"784316759","full_name":"Robot-Inventor/eslint-config","owner":"Robot-Inventor","description":"My ESLint config preset","archived":false,"fork":false,"pushed_at":"2025-03-07T21:50:21.000Z","size":804,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-08T21:03:54.035Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Robot-Inventor.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}},"created_at":"2024-04-09T15:59:34.000Z","updated_at":"2025-03-04T08:46:53.000Z","dependencies_parsed_at":"2024-05-28T02:17:05.747Z","dependency_job_id":"ec8ec989-6868-45e9-bba7-99fe4565e1c0","html_url":"https://github.com/Robot-Inventor/eslint-config","commit_stats":null,"previous_names":["robot-inventor/eslint-config"],"tags_count":74,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robot-Inventor%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robot-Inventor%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robot-Inventor%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Robot-Inventor%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Robot-Inventor","download_url":"https://codeload.github.com/Robot-Inventor/eslint-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243790998,"owners_count":20348385,"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":[],"created_at":"2024-10-08T04:42:59.569Z","updated_at":"2026-01-24T05:04:27.376Z","avatar_url":"https://github.com/Robot-Inventor.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config\n\n[@Robot-Inventor](https://github.com/Robot-Inventor/)'s ESLint config preset.\n\n## Installation\n\nThen, install the package:\n\n```bash\nnpm install --save-dev @robot-inventor/eslint-config\n```\n\n## Usage\n\nAdd the following to your ``eslint.config.js`` file:\n\n```javascript\n// ESModule\nimport { eslintConfig } from \"@robot-inventor/eslint-config\";\n\nexport default eslintConfig;\n```\n\n```javascript\n// CommonJS\nconst { eslintConfig } = require(\"@robot-inventor/eslint-config\");\n\nmodule.exports = eslintConfig;\n```\n\nIf you don't need JSDoc rules, you can use the ``eslintConfigNoJSDoc`` instead.\n\n```javascript\n// ESModule\nimport { eslintConfigNoJSDoc } from \"@robot-inventor/eslint-config\";\n\nexport default eslintConfigNoJSDoc;\n```\n\n```javascript\n// CommonJS\nconst { eslintConfigNoJSDoc } = require(\"@robot-inventor/eslint-config\");\n\nmodule.exports = eslintConfigNoJSDoc;\n```\n\nYou can extend or override the config as needed.\n\n```javascript\n// ESModule\nimport { eslintConfig } from \"@robot-inventor/eslint-config\";\n\nexport default [\n    ...eslintConfig,\n    {\n        rules: {\n            // Your rules here\n        }\n    }\n];\n```\n\n```javascript\n// CommonJS\nconst { eslintConfig } = require(\"@robot-inventor/eslint-config\");\n\nmodule.exports = [\n    ...eslintConfig,\n    {\n        rules: {\n            // Your rules here\n        }\n    }\n];\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobot-inventor%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobot-inventor%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobot-inventor%2Feslint-config/lists"}