{"id":18285933,"url":"https://github.com/exodusmovement/eslint-plugin-export-default","last_synced_at":"2025-10-15T16:13:04.455Z","repository":{"id":66093549,"uuid":"486993990","full_name":"ExodusMovement/eslint-plugin-export-default","owner":"ExodusMovement","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-02T19:18:46.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-02-15T00:42:06.378Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExodusMovement.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":"2022-04-29T14:03:56.000Z","updated_at":"2024-09-02T19:18:49.000Z","dependencies_parsed_at":"2024-12-22T21:37:27.360Z","dependency_job_id":null,"html_url":"https://github.com/ExodusMovement/eslint-plugin-export-default","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusMovement%2Feslint-plugin-export-default","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusMovement%2Feslint-plugin-export-default/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusMovement%2Feslint-plugin-export-default/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExodusMovement%2Feslint-plugin-export-default/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExodusMovement","download_url":"https://codeload.github.com/ExodusMovement/eslint-plugin-export-default/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247988061,"owners_count":21029045,"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-11-05T13:18:13.202Z","updated_at":"2025-10-15T16:12:59.408Z","avatar_url":"https://github.com/ExodusMovement.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @exodus/eslint-plugin-export-default\n\nchecks if default export is last line in the file\n\n## Installation\n\nYou'll first need to install [ESLint](https://eslint.org/):\n\n```sh\nnpm i eslint --save-dev\n```\n\nNext, install `@exodus/eslint-plugin-export-default`:\n\n```sh\nyarn add -D @exodus/eslint-plugin-export-default\n```\n\n## Usage\n\nAdd `@exodus/eslint-plugin-export-default` to the plugins section of your `eslint.config.js` configuration file.\n\n```js\n{\n    \"plugins\": [\n        \"export-default\": \"@exodus/eslint-plugin-export-default\"\n    ]\n}\n```\n\n\nThen configure the rules you want to use under the rules section.\n\n```js\n{\n    \"rules\": {\n        \"@exodus/export-default/last\": \"error\",\n        \"@exodus/export-default/named\": \"error\"\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexodusmovement%2Feslint-plugin-export-default","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexodusmovement%2Feslint-plugin-export-default","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexodusmovement%2Feslint-plugin-export-default/lists"}