{"id":19854635,"url":"https://github.com/obytes/eslint-config-obytes","last_synced_at":"2026-01-07T02:05:12.824Z","repository":{"id":44159370,"uuid":"173133782","full_name":"obytes/eslint-config-obytes","owner":"obytes","description":"Eslint Obytes Config ","archived":false,"fork":false,"pushed_at":"2022-02-11T16:41:25.000Z","size":38,"stargazers_count":4,"open_issues_count":6,"forks_count":0,"subscribers_count":26,"default_branch":"master","last_synced_at":"2025-02-01T02:29:12.314Z","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/obytes.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":"2019-02-28T15:09:09.000Z","updated_at":"2020-07-17T14:15:15.000Z","dependencies_parsed_at":"2022-09-04T03:22:34.297Z","dependency_job_id":null,"html_url":"https://github.com/obytes/eslint-config-obytes","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/obytes%2Feslint-config-obytes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Feslint-config-obytes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Feslint-config-obytes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/obytes%2Feslint-config-obytes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/obytes","download_url":"https://codeload.github.com/obytes/eslint-config-obytes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245733599,"owners_count":20663553,"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-12T14:10:00.332Z","updated_at":"2026-01-07T02:05:07.784Z","avatar_url":"https://github.com/obytes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-config-obytes\n\n## installation\n\nInstall the package with\n\n`npm install eslint-config-obytes --save-dev`\n\nor\n\n`yarn add eslint-config-obytes -D`\n\n## Eslint Setup\n\nNow add the config to either the package.json:\n\n```js\n{\n  \"eslintConfig\": {\n    \"extends\": \"obytes\"\n  }\n}\n```\n\nor to the .eslintrc or .eslintrc.js:\n\n```js\n{\n  \"extends\": \"obytes\"\n}\n```\n\n\u003e Make sure to remove the `.prettierrc` file since we're handling prettier inside the eslint config.\n\n## Using VSCode\n\n- Install VSCode [ESLint package](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)\n- Setup some VS Code settings (Workspace)\n\n```js\n{\n  \"editor.formatOnSave\": true,\n  \"javascript.format.enable\": false,\n  \"prettier.eslintIntegration\": true,\n  \"[javascript]\": {\n    \"editor.formatOnSave\": false\n  },\n  \"[javascriptreact]\": {\n    \"editor.formatOnSave\": false\n  },\n  \"eslint.autoFixOnSave\": true,\n  \"prettier.disableLanguages\": [\"javascript\", \"javascriptreact\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobytes%2Feslint-config-obytes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fobytes%2Feslint-config-obytes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fobytes%2Feslint-config-obytes/lists"}