{"id":28259633,"url":"https://github.com/bappy3a/vs-code-settings","last_synced_at":"2026-02-19T18:32:19.968Z","repository":{"id":110467285,"uuid":"534292340","full_name":"bappy3a/vs-code-settings","owner":"bappy3a","description":"Vs code settings codes","archived":false,"fork":false,"pushed_at":"2025-02-19T06:41:13.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-16T21:24:55.585Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bappy3a.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-09-08T16:10:48.000Z","updated_at":"2025-02-19T06:41:16.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5fae0f2-f676-4df2-89df-0e0e20c5d556","html_url":"https://github.com/bappy3a/vs-code-settings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bappy3a/vs-code-settings","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bappy3a%2Fvs-code-settings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bappy3a%2Fvs-code-settings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bappy3a%2Fvs-code-settings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bappy3a%2Fvs-code-settings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bappy3a","download_url":"https://codeload.github.com/bappy3a/vs-code-settings/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bappy3a%2Fvs-code-settings/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29627112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T18:02:07.722Z","status":"ssl_error","status_checked_at":"2026-02-19T18:01:46.144Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-05-20T03:12:31.962Z","updated_at":"2026-02-19T18:32:19.962Z","avatar_url":"https://github.com/bappy3a.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## Linting Setup\n\nIn order to lint and format your code automatically according to popular airbnb style guide, I recommend you to follow the instructions as described in video. References are as below.\n\n### Install Dev Dependencies\n\n```sh\nyarn add -D eslint prettier\nnpx install-peerdeps --dev eslint-config-airbnb-base\nyarn add -D eslint-config-prettier eslint-plugin-prettier\n```\n\n### Setup Linting Configuration file\n\nCreate a `.eslintrc.json` file in the project root and enter the below contents:\n\n```json\n{\n  \"extends\": [\"prettier\", \"airbnb-base\"],\n  \"parserOptions\": {\n    \"ecmaVersion\": 12\n  },\n  \"env\": {\n    \"commonjs\": true,\n    \"node\": true\n  },\n  \"rules\": {\n    \"no-console\": 0,\n    \"indent\": 0,\n    \"linebreak-style\": 0,\n    \"prettier/prettier\": [\n      \"error\",\n      {\n        \"trailingComma\": \"es5\",\n        \"singleQuote\": true,\n        \"printWidth\": 100,\n        \"tabWidth\": 4,\n        \"semi\": true\n      }\n    ]\n  },\n  \"plugins\": [\"prettier\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbappy3a%2Fvs-code-settings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbappy3a%2Fvs-code-settings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbappy3a%2Fvs-code-settings/lists"}