{"id":23495095,"url":"https://github.com/willklein/eslint-plugin-whitespace","last_synced_at":"2025-04-18T06:04:16.538Z","repository":{"id":33647149,"uuid":"37299588","full_name":"willklein/eslint-plugin-whitespace","owner":"willklein","description":"ESLint plugin for whitespace","archived":false,"fork":false,"pushed_at":"2015-07-18T05:57:45.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-18T02:28:22.198Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/willklein.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}},"created_at":"2015-06-12T03:17:22.000Z","updated_at":"2015-06-16T03:44:37.000Z","dependencies_parsed_at":"2022-08-17T19:05:20.306Z","dependency_job_id":null,"html_url":"https://github.com/willklein/eslint-plugin-whitespace","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willklein%2Feslint-plugin-whitespace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willklein%2Feslint-plugin-whitespace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willklein%2Feslint-plugin-whitespace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willklein%2Feslint-plugin-whitespace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willklein","download_url":"https://codeload.github.com/willklein/eslint-plugin-whitespace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249193362,"owners_count":21227970,"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-12-25T03:14:26.432Z","updated_at":"2025-04-16T03:53:36.982Z","avatar_url":"https://github.com/willklein.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-whitespace\n\n\u003e ESLint plugin for whitespace\n\n## Usage\n\nThis plugin requires ESLint to also be installed. With both ESLint and this plugin installed, you will need to enable the plugin and configure its rules.\n\n### Installation\n\nInstall ESLint if you have not already:\n\n    npm install eslint\n\nInstall the plugin:\n\n    npm install eslint-plugin-whitespace\n\n### Configuration\n\nConfigure the plugin and its rules in your `.eslintrc` file or your shareable config.\n\nSample `.eslintrc`:\n\n    {\n      \"plugins\": [\n        // other plugins would go here\n    \n        \"whitespace\"\n      ],\n    \n      rules: {\n        // other rules here\n    \n        // whitespace rules\n        whitespace/no-tabs: 2\n      }\n    }\n\nConfiguring rules to `1` will set them to warn and configuring them to `2` will set them to error.\n\n## List of supported rules\n\n* no-tabs: Disallow tab characters\n\nWhile there is currently only one rule, other whitespace rules are planned for enforcing additional whitespace conventions.\n\n## Under Development\n\nThis plugin is under active development and its API may change at any time.\n\n## License\n\n[MIT](http://mit-license.org/) © [Will Klein](http://willkle.in)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillklein%2Feslint-plugin-whitespace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillklein%2Feslint-plugin-whitespace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillklein%2Feslint-plugin-whitespace/lists"}