{"id":19737952,"url":"https://github.com/devsu/eslint-config-devsu","last_synced_at":"2025-07-02T08:38:56.587Z","repository":{"id":57228023,"uuid":"91625073","full_name":"devsu/eslint-config-devsu","owner":"devsu","description":"Devsu ESLint configuration for JS apps","archived":false,"fork":false,"pushed_at":"2017-07-12T14:39:05.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-23T21:09:36.819Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devsu.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}},"created_at":"2017-05-17T22:21:37.000Z","updated_at":"2018-09-28T13:54:42.000Z","dependencies_parsed_at":"2022-09-12T22:31:30.398Z","dependency_job_id":null,"html_url":"https://github.com/devsu/eslint-config-devsu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devsu/eslint-config-devsu","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Feslint-config-devsu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Feslint-config-devsu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Feslint-config-devsu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Feslint-config-devsu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsu","download_url":"https://codeload.github.com/devsu/eslint-config-devsu/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Feslint-config-devsu/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263105481,"owners_count":23414661,"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-12T01:12:52.886Z","updated_at":"2025-07-02T08:38:56.539Z","avatar_url":"https://github.com/devsu.png","language":"JavaScript","readme":"# eslint-config-devsu\nDevsu's ESLint shareable configs.\n\n## Usage\n\nAdd `eslint` and `eslint-config-devsu` to `devDependencies` in your `package.json`:\n\n```\nnpm install --save-dev eslint eslint-config-devsu\n```\n\nIn your project root, create/edit `.eslintrc` and select the set of rules you want to use:\n\n### For ECMAScript 6\n```\n{\n  \"extends\": \"devsu/ecma6\"\n}\n```\n\n### For NodeJS (includes ecma6 rules)\n\n```\n{\n  \"extends\": \"devsu/node\"\n}\n```\n\n### For ReactJS (includes ecma6 and react-app package rules)\n```\n{\n  \"extends\": \"devsu/react\"\n}\n```\n\nChange in `package.json` your run script to add a lint property:\n\n```\n...\n\"scripts\": {\n  \"lint\": \"eslint .\"\n},\n...\n```\n\nTry our rules by running:\n\n```\nnpm run lint\n```\n\n## Overriding rules\n\nTo override a particular rule, use the `rules` key:\n\n```\n{\n  \"extends\": \"devsu/node\",\n  \"rules\": {\n    \"comma-dangle\": \"off\"\n  }\n}\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsu%2Feslint-config-devsu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsu%2Feslint-config-devsu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsu%2Feslint-config-devsu/lists"}