{"id":20146132,"url":"https://github.com/eslint-community/eslint-formatter-table","last_synced_at":"2025-10-29T22:11:29.675Z","repository":{"id":57229694,"uuid":"392300467","full_name":"eslint-community/eslint-formatter-table","owner":"eslint-community","description":"ESLint’s official `table` formatter, extracted from ESLint 7","archived":false,"fork":false,"pushed_at":"2024-03-26T21:33:32.000Z","size":33,"stargazers_count":9,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-09T05:47:51.349Z","etag":null,"topics":["eslint","eslint-formatter"],"latest_commit_sha":null,"homepage":"https://npm.im/eslint-formatter-table","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/eslint-community.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":"2021-08-03T11:54:23.000Z","updated_at":"2025-03-18T17:31:02.000Z","dependencies_parsed_at":"2024-06-18T20:04:52.161Z","dependency_job_id":null,"html_url":"https://github.com/eslint-community/eslint-formatter-table","commit_stats":null,"previous_names":["fregante/eslint-formatter-table"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eslint-community/eslint-formatter-table","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eslint-community%2Feslint-formatter-table","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eslint-community%2Feslint-formatter-table/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eslint-community%2Feslint-formatter-table/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eslint-community%2Feslint-formatter-table/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eslint-community","download_url":"https://codeload.github.com/eslint-community/eslint-formatter-table/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eslint-community%2Feslint-formatter-table/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271121168,"owners_count":24702723,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["eslint","eslint-formatter"],"created_at":"2024-11-13T22:19:58.477Z","updated_at":"2025-10-29T22:11:24.642Z","avatar_url":"https://github.com/eslint-community.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-formatter-table\n\n\u003e ESLint’s official `table` formatter, extracted from ESLint 7\n\nThis formatter has been removed from ESLint 8 so it lives as a standalone module here.\n\n## Install\n\n```sh\nnpm install --save-dev eslint-formatter-table\n```\n\n## Usage\n\nMore information about formatters can be found on https://eslint.org/docs/user-guide/formatters/\n\n```\neslint --format table\n```\n\n## Example output\n\n```\n/var/lib/jenkins/workspace/Releases/eslint Release/eslint/fullOfProblems.js\n\n║ Line     │ Column   │ Type     │ Message                                                │ Rule ID              ║\n╟──────────┼──────────┼──────────┼────────────────────────────────────────────────────────┼──────────────────────╢\n║ 1        │ 10       │ error    │ 'addOne' is defined but never used.                    │ no-unused-vars       ║\n║ 2        │ 9        │ error    │ Use the isNaN function to compare with NaN.            │ use-isnan            ║\n║ 3        │ 16       │ error    │ Unexpected space before unary operator '++'.           │ space-unary-ops      ║\n║ 3        │ 20       │ warning  │ Missing semicolon.                                     │ semi                 ║\n║ 4        │ 12       │ warning  │ Unnecessary 'else' after 'return'.                     │ no-else-return       ║\n║ 5        │ 1        │ warning  │ Expected indentation of 8 spaces but found 6.          │ indent               ║\n║ 5        │ 7        │ error    │ Function 'addOne' expected a return value.             │ consistent-return    ║\n║ 5        │ 13       │ warning  │ Missing semicolon.                                     │ semi                 ║\n║ 7        │ 2        │ error    │ Unnecessary semicolon.                                 │ no-extra-semi        ║\n\n╔════════════════════════════════════════════════════════════════════════════════════════════════════════════════╗\n║ 5 Errors                                                                                                       ║\n╟────────────────────────────────────────────────────────────────────────────────────────────────────────────────╢\n║ 4 Warnings                                                                                                     ║\n╚════════════════════════════════════════════════════════════════════════════════════════════════════════════════╝\n```\n\n## Links\n\n- [Other official ESLint formatters as standalone modules](https://github.com/fregante/eslint-formatters)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feslint-community%2Feslint-formatter-table","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feslint-community%2Feslint-formatter-table","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feslint-community%2Feslint-formatter-table/lists"}