{"id":21013422,"url":"https://github.com/heavenshell/vim-tslint-config","last_synced_at":"2026-04-02T01:41:59.780Z","repository":{"id":136338756,"uuid":"68716630","full_name":"heavenshell/vim-tslint-config","owner":"heavenshell","description":"Wrapper for TSLint","archived":false,"fork":false,"pushed_at":"2016-10-06T15:20:20.000Z","size":7,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-06T05:01:03.396Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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-20T13:50:23.000Z","updated_at":"2017-11-16T00:45:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"3cc5ad20-f7db-4309-b94c-6242e0468ecb","html_url":"https://github.com/heavenshell/vim-tslint-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heavenshell/vim-tslint-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-tslint-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-tslint-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-tslint-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-tslint-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heavenshell","download_url":"https://codeload.github.com/heavenshell/vim-tslint-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heavenshell%2Fvim-tslint-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:05:07.454Z","status":"ssl_error","status_checked_at":"2026-04-02T00:56:46.496Z","response_time":53,"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":"2024-11-19T09:42:24.690Z","updated_at":"2026-04-02T01:41:59.759Z","avatar_url":"https://github.com/heavenshell.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vim-tslint-config\n\nWrapper for [tslint](https://palantir.github.io/tslint/).\n\n## Motivations\n\nI want to load `tslint` config file dynamically.\n\n[Syntastic](https://github.com/scrooloose/syntastic) can use `tslint` but not support config file.\n\n[watchdocs.vim](https://github.com/osyo-manga/vim-watchdogs) also has `tslint` settings but not supporting config file.\n\n## Configure\n\nAdd `tslint` config file name to your `.vimrc`.\n```viml\n\" tslint.vim {{{\nlet g:tslint_configs = [\n  \\ 'tslint-config-standard',\n  \\ 'tslint.json'\n  \\ ]\n\" }}}\n```\n\n## Usage\n\n```viml\n:Tslint\n```\nIf you did not set any args, `vim-tslint` would search `g:tslint_configs`'s value and if config found, use it.\n\n```viml\n:Tslint -c tslint-config-standard\n```\nYou can select `tslint` config file via command line.\n\n```viml\n:silent make|redraw|copen\n```\nExecute `tslint` 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-tslint` can integrate with [watchdocs.vim](https://github.com/osyo-manga/vim-watchdogs).\n\nConfigure followings to your `.vimrc`.\n```viml\n\" Enable vim-tslint config\nlet g:quickrun_config['javascript/watchdogs_checker'] = {\n  \\ 'type': 'watchdogs_checker/tslint',\n  \\ 'hook/watchdogs_quickrun_running_tslint/enable': 1,\n  \\ }\n```\n\nRun `watchdocs.vim`.\n\n```viml\n:WatchdogsRun\n```\n\nRun `Tslint and WatchdogsRun` at once.\n```viml\n:TslintRun -c tslint-config-standard\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-tslint-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheavenshell%2Fvim-tslint-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheavenshell%2Fvim-tslint-config/lists"}