{"id":21013445,"url":"https://github.com/heavenshell/vim-eslint-config","last_synced_at":"2026-01-31T03:02:36.233Z","repository":{"id":136338599,"uuid":"68579701","full_name":"heavenshell/vim-eslint-config","owner":"heavenshell","description":"Wrapper for ESLint [deprecated]","archived":false,"fork":false,"pushed_at":"2016-10-03T14:34:58.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-17T11:55:19.334Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heavenshell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-09-19T07:20:18.000Z","updated_at":"2017-01-02T05:09:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccb0c78a-928d-4c8e-9602-73e2eaec7907","html_url":"https://github.com/heavenshell/vim-eslint-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heavenshell/vim-eslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-eslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-eslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-eslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-eslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heavenshell","download_url":"https://codeload.github.com/heavenshell/vim-eslint-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-eslint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28927772,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T02:59:34.861Z","status":"ssl_error","status_checked_at":"2026-01-31T02:59:05.369Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2024-11-19T09:42:28.882Z","updated_at":"2026-01-31T03:02:36.214Z","avatar_url":"https://github.com/heavenshell.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-eslint-config\n\nWrapper for [eslint](https://eslint.github.io/).\n\n## Motivations\n\nI want to load `eslint` config file dynamically.\n\n[Syntastic](https://github.com/scrooloose/syntastic) can use `eslint` but not support config file.\n\n[watchdocs.vim](https://github.com/osyo-manga/vim-watchdogs) also has `eslint` settings but not supporting config file.\n\n\n## Configure\n\nAdd `eslint` config file name to your `.vimrc`.\n```viml\n\" eslint.vim {{{\nlet g:eslint_configs = [\n  \\ 'eslint-config-standard',\n  \\ 'eslint-config-airbnb',\n  \\ '.eslintrc.js'\n  \\ ]\n\" }}}\n```\n\n## Usage\n\n```viml\n:Eslint\n```\nIf you did not set any args, `vim-eslint` would search `g:eslint_configs`'s value and if config found, use it.\n\n```viml\n:Eslint -c eslint-config-standard\n```\nYou can select `eslint` config file via command line.\n\n```viml\n:silent make|redraw|copen\n```\nExecute `eslint` via `:make`.\n\n## Helpful plugins\n\n[QuickFixstatus](https://github.com/dannyob/quickfixstatus) shows error message at the bottom of the screen.\n\n[Hier](https://github.com/cohama/vim-hier) will highlight `quickfix` errors and location list entries in buffer.\n\n## Integration\n\n`vim-eslint` can integrate with [watchdocs.vim](https://github.com/osyo-manga/vim-watchdogs).\n\nConfigure followings to your `.vimrc`.\n```viml\n\" Enable vim-eslint config\nlet g:quickrun_config['javascript/watchdogs_checker'] = {\n  \\ 'type': 'watchdogs_checker/eslint',\n  \\ 'hook/watchdogs_quickrun_running_eslint/enable': 1,\n  \\ }\n```\n\nRun `watchdocs.vim`.\n\n```viml\n:WatchdogsRun\n```\n\nRun `Eslint and WatchdogsRun` at once.\n```viml\n:EslintRun -c eslint-config-standard\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-eslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheavenshell%2Fvim-eslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-eslint-config/lists"}