{"id":19874427,"url":"https://github.com/strongloop/eslint-config-strongloop","last_synced_at":"2025-05-02T10:31:12.045Z","repository":{"id":48681757,"uuid":"44370684","full_name":"strongloop/eslint-config-strongloop","owner":"strongloop","description":"Baseline eslint configuration for StrongLoop modules","archived":false,"fork":false,"pushed_at":"2021-07-14T12:31:56.000Z","size":17,"stargazers_count":17,"open_issues_count":2,"forks_count":6,"subscribers_count":30,"default_branch":"master","last_synced_at":"2024-09-23T01:57:23.300Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/strongloop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-16T07:55:06.000Z","updated_at":"2022-03-03T01:01:52.000Z","dependencies_parsed_at":"2022-08-29T05:40:32.193Z","dependency_job_id":null,"html_url":"https://github.com/strongloop/eslint-config-strongloop","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Feslint-config-strongloop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Feslint-config-strongloop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Feslint-config-strongloop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/strongloop%2Feslint-config-strongloop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/strongloop","download_url":"https://codeload.github.com/strongloop/eslint-config-strongloop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224152517,"owners_count":17264718,"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-12T16:23:18.276Z","updated_at":"2024-11-12T16:23:20.457Z","avatar_url":"https://github.com/strongloop.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"eslint-config-strongloop\n========================\n\nBaseline eslint config for StrongLoop projects. A work in progress.\n\n## Basic Usage\n\nAdd `eslint-config-strongloop` to `devDependencies`.\n\n    $ npm install -D eslint-config-strongloop\n\nCreate/modify `.eslintrc` in the project's root to include:\n\n```json\n{\n  \"extends\": \"strongloop\"\n}\n```\n\n## Advanced Usage\n\nIt is sometimes desirable to override some of these rules because a team\ndoes not want to follow that particular rule for this repository:\n\n```json\n{\n  \"extends\": \"strongloop\",\n  \"rules\": {\n    \"comma-dangle\": 0\n  }\n}\n```\n\nIn cases where these rules are being adopted but the code has many style\nerrors, it might be helpful to turn the worst errors into warnings until the\nentire repo can be fixed:\n\n\n```json\n{\n  \"extends\": \"strongloop\",\n  \"rules\": {\n    \"comma-dangle\": 1,\n  }\n}\n```\n\n## Further Reading\n\n- [eslint rules](http://eslint.org/docs/rules/)\n- [eslint config](http://eslint.org/docs/user-guide/configuring)\n\n---\n\u0026copy; 2015 StrongLoop, Inc.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrongloop%2Feslint-config-strongloop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrongloop%2Feslint-config-strongloop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrongloop%2Feslint-config-strongloop/lists"}