{"id":18443296,"url":"https://github.com/switz/eslint-config","last_synced_at":"2025-04-14T20:16:35.615Z","repository":{"id":54585570,"uuid":"189154508","full_name":"switz/eslint-config","owner":"switz","description":"My personal eslint-config","archived":false,"fork":false,"pushed_at":"2025-04-09T16:11:17.000Z","size":306,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T20:16:30.501Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/switz.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":"2019-05-29T05:11:02.000Z","updated_at":"2025-04-09T16:11:20.000Z","dependencies_parsed_at":"2024-11-06T06:46:56.392Z","dependency_job_id":"21f717a2-e158-4ed9-a76b-0fb239d23825","html_url":"https://github.com/switz/eslint-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/switz%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/switz%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/switz%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/switz%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/switz","download_url":"https://codeload.github.com/switz/eslint-config/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248952357,"owners_count":21188427,"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-11-06T06:46:52.880Z","updated_at":"2025-04-14T20:16:35.609Z","avatar_url":"https://github.com/switz.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"HI\n\n# switz's eslint-config\n\n## Installation\n\n```\n$ yarn add -D eslint @switz/eslint-config\n# or\n$ pnpm install -D eslint @switz/eslint-config\n```\n\nUpdate your eslint config (`eslint.config.mjs`)\n\n```js\nimport main from '@switz/eslint-config';\n\nexport default [...main];\n```\n\nIf you need React support, use\n\n```js\nimport main from '@switz/eslint-config';\nimport react from '@switz/eslint-config/react.mjs';\n\nexport default [...main, ...react];\n```\n\nIf you need mdx support, use\n\n```js\nimport main from '@switz/eslint-config';\nimport mdx from '@switz/eslint-config/mdx.mjs';\n\nexport default [...main, ...mdx];\n```\n\nIf you need tailwind support, use:\n\n```js\nimport main from '@switz/eslint-config/main.mjs';\nimport react from '@switz/eslint-config/react.mjs';\nimport tailwind from '@switz/eslint-config/tailwind.mjs';\n\nexport default [...main, ...react, ...tailwind];\n```\n\nYou should be able to combine configs just by spreading more into the array.\n\n## Reference\n\nhttps://eslint.org/docs/developer-guide/shareable-configs\n\n## License\n\nMIT, have fun\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswitz%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswitz%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswitz%2Feslint-config/lists"}