{"id":18469131,"url":"https://github.com/wfcd/eslint-config","last_synced_at":"2025-04-08T10:32:38.077Z","repository":{"id":57684624,"uuid":"474506509","full_name":"WFCD/eslint-config","owner":"WFCD","description":"Shareable eslint configuration for ","archived":false,"fork":false,"pushed_at":"2024-04-30T02:26:10.000Z","size":70,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-04T05:45:47.526Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WFCD.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2022-03-27T01:27:03.000Z","updated_at":"2024-04-30T02:26:12.000Z","dependencies_parsed_at":"2024-04-30T03:27:29.377Z","dependency_job_id":"731ac0a0-7db7-4176-91da-c33f122a3248","html_url":"https://github.com/WFCD/eslint-config","commit_stats":{"total_commits":39,"total_committers":4,"mean_commits":9.75,"dds":0.5897435897435898,"last_synced_commit":"4a499c019d742efcb0077416d10e24c9dea45504"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WFCD%2Feslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WFCD%2Feslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WFCD%2Feslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WFCD%2Feslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WFCD","download_url":"https://codeload.github.com/WFCD/eslint-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247824192,"owners_count":21002227,"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-06T10:09:02.046Z","updated_at":"2025-04-08T10:32:35.857Z","avatar_url":"https://github.com/WFCD.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @wfcd/eslint-config\n\nSharable eslint config for Warframe Community Dev projects...\nand anyone who wants to follow the same style/configs.\n\n## Setup\n\nExtend the plugin in your local eslint config\n```json\n// eslintConfig:\n{\n  \"extends\": \"@wfcd\"\n}\n```\n\nIn order to use newer features, such as static class properties \u0026 private methods,\nyou must still include babel config in your eslint config\n```json\n// eslintConfig:\n{\n  \"parser\": \"@babel/eslint-parser\",\n  \"parserOptions\": {\n    \"babelOptions\": {\n      \"plugins\": [\n        \"@babel/plugin-transform-class-properties\",\n        \"@babel/plugin-transform-private-methods\"\n      ]\n    }\n  }\n}\n```\n\nas well as the accompanying babel config\n```json\n// babel:\n{\n  \"presets\": [\n    \"@babel/preset-env\"\n  ],\n  \"plugins\": [\n    \"@babel/plugin-transform-class-properties\",\n    \"@babel/plugin-transform-private-methods\"\n  ]\n}\n```\n\n## Additional rules\n\nYour configuration can still include additional rules configurations in the standard \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwfcd%2Feslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwfcd%2Feslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwfcd%2Feslint-config/lists"}