{"id":23076393,"url":"https://github.com/codingitwrong/eslint-config-codingitwrong","last_synced_at":"2025-08-15T18:32:30.934Z","repository":{"id":57227932,"uuid":"135080824","full_name":"CodingItWrong/eslint-config-codingitwrong","owner":"CodingItWrong","description":"An ESLint config that doesn't get in the way of refactoring.","archived":false,"fork":false,"pushed_at":"2018-11-01T01:06:57.000Z","size":9,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-15T21:42:30.125Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CodingItWrong.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-05-27T20:53:24.000Z","updated_at":"2024-01-03T20:26:21.000Z","dependencies_parsed_at":"2022-09-12T21:23:15.023Z","dependency_job_id":null,"html_url":"https://github.com/CodingItWrong/eslint-config-codingitwrong","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/CodingItWrong%2Feslint-config-codingitwrong","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Feslint-config-codingitwrong/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Feslint-config-codingitwrong/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodingItWrong%2Feslint-config-codingitwrong/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodingItWrong","download_url":"https://codeload.github.com/CodingItWrong/eslint-config-codingitwrong/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229937854,"owners_count":18147679,"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-12-16T09:31:38.952Z","updated_at":"2024-12-16T09:31:39.645Z","avatar_url":"https://github.com/CodingItWrong.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-codingitwrong\n\nThe goal of this ESLint config is to enforce safety and a consistent style, while not getting in the way of refactoring. In particular:\n\n- Unused variables (and thus imports) are allowed, so that if you are temporarily not using a variable you don't have to comment it out elsewhere.\n- Arrow parens and body style are not restricted, so you can add or remove parameters, or switch it between a block and expression without needing to change the style.\n- Quote style is not enforced so you won't need to change backticks to another type of quote if you temporarily remove all template expressions.\n- Constant conditions are allowed so you can do `if (true)` or `if (false)` to temporarily get a branch to always pass.\n- `console.log()`, `alert()`, and `debugger` are allowed. How else are you going to get anything done??\n- Unreachable code is allowed so you can put an early `return` in a block for experimentation.\n\nHowever, curlies are required; it's just too risky to allow leaving them out.\n\n## Usage\n\nInstall the package:\n\n`npm install --save-dev eslint-config-codingitwrong`\n\nThen set it in your ESLint config file:\n\n```javascript\nmodule.exports = {\n  \"extends\": [\n    \"codingitwrong\",\n  ],\n};\n```\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingitwrong%2Feslint-config-codingitwrong","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodingitwrong%2Feslint-config-codingitwrong","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodingitwrong%2Feslint-config-codingitwrong/lists"}