{"id":16941537,"url":"https://github.com/joeybaker/eslint-plugin-one-var-es6","last_synced_at":"2026-05-09T13:19:45.581Z","repository":{"id":30392659,"uuid":"33945368","full_name":"joeybaker/eslint-plugin-one-var-es6","owner":"joeybaker","description":"eslint plugin to deal with one-var and es6 by adding one-let and one-const","archived":false,"fork":false,"pushed_at":"2015-04-24T21:19:18.000Z","size":172,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T03:29:09.597Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joeybaker.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-14T17:06:13.000Z","updated_at":"2015-04-24T21:19:15.000Z","dependencies_parsed_at":"2022-09-14T14:51:09.854Z","dependency_job_id":null,"html_url":"https://github.com/joeybaker/eslint-plugin-one-var-es6","commit_stats":null,"previous_names":["joeybaker/eslint-one-var-es6"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeybaker%2Feslint-plugin-one-var-es6","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeybaker%2Feslint-plugin-one-var-es6/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeybaker%2Feslint-plugin-one-var-es6/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joeybaker%2Feslint-plugin-one-var-es6/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joeybaker","download_url":"https://codeload.github.com/joeybaker/eslint-plugin-one-var-es6/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244752336,"owners_count":20504254,"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-10-13T21:09:44.001Z","updated_at":"2026-05-09T13:19:40.549Z","avatar_url":"https://github.com/joeybaker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-one-var-es6 [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-url]][daviddm-image]\n\n# THIS MODULE IS DEPRECATED\n## It's functionality was added in eslint v0.20.0\n\nCustom eslint rule for one-var that adds es6 compat\n\n\u003c!-- START doctoc generated TOC please keep comment here to allow auto update --\u003e\n\u003c!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE --\u003e\n**Table of Contents**  *generated with [DocToc](http://doctoc.herokuapp.com/)*\n\n- [Install](#install)\n- [Usage](#usage)\n- [Tests](#tests)\n- [Developing](#developing)\n  - [Requirements](#requirements)\n- [License](#license)\n\n\u003c!-- END doctoc generated TOC please keep comment here to allow auto update --\u003e\n\n## Install\n\n```sh\nnpm i -S eslint-plugin-one-var-es6\n```\n\n\n## Usage\n\n```js\n// .eslintrc\n\n\"plugins\": [\n  \"eslint-plugin-one-var-es6\"\n],\n\"rules\": {\n    \"eslint-plugin-one-var-es6/one-var-es6\": [2, \"always\"],\n    \"eslint-plugin-one-var-es6/one-let\": [2, \"never\"],\n    \"eslint-plugin-one-var-es6/one-const\": [2, \"never\"]\n}\n\n```\n\n## Tests\nTests are run with [eslint-tester](https://github.com/eslint/eslint-tester).\n\n* `npm test` will run the tests\n* `npm run tdd` will run the tests on every file change.\n\n## Developing\nTo publish, run `npm run release -- [{patch,minor,major}]`\n\n_NOTE: you might need to `sudo ln -s /usr/local/bin/node /usr/bin/node` to ensure node is in your path for the git hooks to work_\n\n### Requirements\n* **npm \u003e 2.0.0** So that passing args to a npm script will work. `npm i -g npm`\n* **git \u003e 1.8.3** So that `git push --follow-tags` will work. `brew install git`\n\n## License\n\nArtistic 2.0 © [Joey Baker](https://byjoeybaker.com)\n\n\n[npm-url]: https://npmjs.org/package/eslint-plugin-one-var-es6\n[npm-image]: https://badge.fury.io/js/eslint-plugin-one-var-es6.svg\n[travis-url]: https://travis-ci.org/joeybaker/eslint-plugin-one-var-es6\n[travis-image]: https://travis-ci.org/joeybaker/eslint-plugin-one-var-es6.svg?branch=master\n[daviddm-url]: https://david-dm.org/joeybaker/eslint-plugin-one-var-es6.svg?theme=shields.io\n[daviddm-image]: https://david-dm.org/joeybaker/eslint-plugin-one-var-es6\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeybaker%2Feslint-plugin-one-var-es6","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoeybaker%2Feslint-plugin-one-var-es6","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoeybaker%2Feslint-plugin-one-var-es6/lists"}