{"id":25306674,"url":"https://github.com/neworbit/eslint-config","last_synced_at":"2025-10-28T11:31:06.491Z","repository":{"id":34913850,"uuid":"189044834","full_name":"NewOrbit/eslint-config","owner":"NewOrbit","description":"NewOrbit standard typescript ready eslint configuration","archived":false,"fork":false,"pushed_at":"2025-01-14T00:31:42.000Z","size":710,"stargazers_count":0,"open_issues_count":8,"forks_count":1,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-01-17T18:01:11.777Z","etag":null,"topics":["hacktoberfest"],"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/NewOrbit.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2019-05-28T14:29:49.000Z","updated_at":"2024-12-18T10:29:27.000Z","dependencies_parsed_at":"2023-11-08T11:36:27.427Z","dependency_job_id":"c178c07c-98e2-4ff4-ab45-f3d77b13bfee","html_url":"https://github.com/NewOrbit/eslint-config","commit_stats":{"total_commits":265,"total_committers":11,"mean_commits":24.09090909090909,"dds":"0.49433962264150944","last_synced_commit":"c070ed0f3b76a896817742ac4ad88cfba0b022b7"},"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewOrbit%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewOrbit%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewOrbit%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NewOrbit%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NewOrbit","download_url":"https://codeload.github.com/NewOrbit/eslint-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238641750,"owners_count":19506187,"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":["hacktoberfest"],"created_at":"2025-02-13T10:37:06.828Z","updated_at":"2025-10-28T11:31:06.155Z","avatar_url":"https://github.com/NewOrbit.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-neworbit\nESLint configuration for NewOrbit\n\n## Installation\n`npm install eslint eslint-config-neworbit --save-dev`\n\n## Setup\nAdd `eslint.config.js` or extend existing one. Documentation: [Eslint documentation](https://eslint.org/docs/latest/use/getting-started#configuration)\n```js\n// @ts-check\nimport NewOrbitEslintConfig from \"eslint-config-neworbit\";\n\nexport default [\n    ...NewOrbitEslintConfig,\n    /* rest of your config, e.g.:\n    {\n        plugins: {\n            \"react-refresh\": ReactRefreshPlugin,\n        },\n        rules: {\n            \"react-refresh/only-export-components\": \"warn\",\n        },\n    },\n    */\n];\n```\n\nYou are ready to use it from [eslint CLI](https://eslint.org/docs/latest/use/command-line-interface), by e.g. adding a script to your `package.json`\n```json\n{\n    ...\n    \"scripts\": {\n        ...\n        \"lint:ts\": \"eslint --max-warnings 0 -c eslint.config.js \\\"./**/*.{js,jsx,ts,tsx, mjs, mts, mjsx, mtsx}\\\"\",\n    }\n}\n```\nOr you can use it from VS Code by downloading [Microsoft ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n\n## License\nMade with :sparkling_heart: by [NewOrbit](https://www.neworbit.co.uk/) in Oxfordshire, and licensed under the [MIT Licence](LICENCE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneworbit%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneworbit%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneworbit%2Feslint-config/lists"}