{"id":13862733,"url":"https://github.com/aaronjensen/eslintd-fix","last_synced_at":"2025-03-16T15:33:44.167Z","repository":{"id":48336838,"uuid":"82345264","full_name":"aaronjensen/eslintd-fix","owner":"aaronjensen","description":"Emacs minor-mode to automatically fix javascript with eslint_d.","archived":false,"fork":false,"pushed_at":"2024-02-24T15:17:56.000Z","size":60,"stargazers_count":64,"open_issues_count":2,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-12T03:17:47.426Z","etag":null,"topics":["emacs","eslint","javascript"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","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/aaronjensen.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}},"created_at":"2017-02-17T22:55:59.000Z","updated_at":"2024-05-30T20:03:52.000Z","dependencies_parsed_at":"2024-08-05T06:05:45.325Z","dependency_job_id":"3e0c086d-5cd9-466a-844f-e7408bf27b95","html_url":"https://github.com/aaronjensen/eslintd-fix","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronjensen%2Feslintd-fix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronjensen%2Feslintd-fix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronjensen%2Feslintd-fix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aaronjensen%2Feslintd-fix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aaronjensen","download_url":"https://codeload.github.com/aaronjensen/eslintd-fix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221665637,"owners_count":16860292,"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":["emacs","eslint","javascript"],"created_at":"2024-08-05T06:01:51.139Z","updated_at":"2024-10-27T10:52:16.162Z","avatar_url":"https://github.com/aaronjensen.png","language":"Emacs Lisp","funding_links":[],"categories":["Emacs Lisp"],"sub_categories":[],"readme":"# eslintd-fix\n\n[![MELPA](https://melpa.org/packages/eslintd-fix-badge.svg)](https://melpa.org/#/eslintd-fix)\n[![MELPA Stable](https://stable.melpa.org/packages/eslintd-fix-badge.svg)](https://stable.melpa.org/#/eslintd-fix)\n\nMinor-mode to automatically fix javascript with [eslint_d][]. Built with a focus\non speed, you will typically barely notice a delay when saving, if at all. \n\nNote that this package will not show errors, only fix them on save. You'll want to\n[configure flycheck to use eslint_d](https://github.com/mantoni/eslint_d.js#linting) as well.\n\nThis package was recently rewritten to use a direct network connection to\n[eslint_d][] rather than a node shell command. This is significantly faster, but\ncould have introduced bugs. If you notice anything out of the ordinary, please\nreport it.\n\n## Installation\n\nYou can install this package from [Melpa][]\n\n```\nM-x package-install RET eslintd-fix RET\n```\n\n## Usage\n\nEnsure that you have [eslint_d][] `5.2.0+` installed and in your path.\n\nThen, in your `init.el`:\n\n```elisp\n(add-hook 'js2-mode-hook 'eslintd-fix-mode)\n```\n\n## Options\n\nYou can change the location of eslint_d. \n\n```elisp\n(setq eslintd-fix-executable \"/my/path/eslint_d\")\n```\n\nSee `M-x customize-group eslintd-fix` for more.\n\n## Thanks\n\n* [@mantoni][] for [eslint_d][].\n\n[eslint_d]: https://github.com/mantoni/eslint_d.js\n[@mantoni]: https://github.com/mantoni\n[Melpa]: http://melpa.milkbox.net/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronjensen%2Feslintd-fix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faaronjensen%2Feslintd-fix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faaronjensen%2Feslintd-fix/lists"}