{"id":19737961,"url":"https://github.com/devsu/eslint-config-devsu-node","last_synced_at":"2026-03-05T13:02:48.525Z","repository":{"id":57228024,"uuid":"77641115","full_name":"devsu/eslint-config-devsu-node","owner":"devsu","description":"Devsu's ESLint shareable configs for node applications.","archived":false,"fork":false,"pushed_at":"2017-05-18T18:08:26.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-02-15T21:23:41.828Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/devsu.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}},"created_at":"2016-12-29T21:31:47.000Z","updated_at":"2017-01-06T20:55:28.000Z","dependencies_parsed_at":"2022-09-12T17:00:40.001Z","dependency_job_id":null,"html_url":"https://github.com/devsu/eslint-config-devsu-node","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/devsu%2Feslint-config-devsu-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Feslint-config-devsu-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Feslint-config-devsu-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devsu%2Feslint-config-devsu-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devsu","download_url":"https://codeload.github.com/devsu/eslint-config-devsu-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241067599,"owners_count":19903844,"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:53.722Z","updated_at":"2026-03-05T13:02:48.516Z","avatar_url":"https://github.com/devsu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-devsu-node (deprecated)\nDevsu's ESLint shareable configs for node applications.\n\n## Deprecated\n\nThis module is now deprecated, this configurations will be available through \nthe package [eslint-config-devsu](https://github.com/devsu/eslint-config-devsu) extending `devsu/node` config. \n\n## Usage\n\nAdd `eslint` and `eslint-config-devsu-node` to `devDependencies` in your `package.json`:\n\n```\nnpm install --save-dev eslint eslint-config-devsu-node\n```\n\nIn your project root, create/edit `.eslintrc`:\n\n```\n{\n  \"extends\": \"devsu-node\"\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsu%2Feslint-config-devsu-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevsu%2Feslint-config-devsu-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevsu%2Feslint-config-devsu-node/lists"}