{"id":18352391,"url":"https://github.com/limpix31/plugin-layout","last_synced_at":"2025-04-10T00:38:20.684Z","repository":{"id":190692172,"uuid":"683170617","full_name":"LIMPIX31/plugin-layout","owner":"LIMPIX31","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-16T14:03:16.000Z","size":5354,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T00:38:16.031Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/LIMPIX31.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":"2023-08-25T19:04:47.000Z","updated_at":"2023-09-12T11:27:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"781e5fe4-34e4-4347-9423-7b9bbf4d1caf","html_url":"https://github.com/LIMPIX31/plugin-layout","commit_stats":null,"previous_names":["limpix31/plugin-layout"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIMPIX31%2Fplugin-layout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIMPIX31%2Fplugin-layout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIMPIX31%2Fplugin-layout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LIMPIX31%2Fplugin-layout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LIMPIX31","download_url":"https://codeload.github.com/LIMPIX31/plugin-layout/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248138008,"owners_count":21053775,"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-05T21:35:49.589Z","updated_at":"2025-04-10T00:38:20.665Z","avatar_url":"https://github.com/LIMPIX31.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Plugin Layout - Table imports prettier plugin\n##### Import sorting partially supported via patched `eslint-plugin-simple-import-sort`\n\n### Turn this\n```ts\nimport React, { useState, useCallback } from 'react'\nimport { useSomeLogic, configurate } from 'pkg'\nimport * as lodash from 'lodash'\nimport { writeFile, readFile, readdir } from 'node:fs'\nimport type { ButtonProps } from './button.interface'\nimport type { InputProps } from './input.interface'\nimport { type FC } from 'react'\n```\n### Into this\n```ts\nimport      React            from 'react'\nimport      { useCallback }  from 'react'\nimport      { useState }     from 'react'\nimport type { FC }           from 'react'\n\nimport      { readdir }      from 'node:fs'\nimport      { readFile }     from 'node:fs'\nimport      { writeFile }    from 'node:fs'\n\nimport      * as lodash      from 'lodash'\nimport      { configurate }  from 'pkg'\nimport      { useSomeLogic } from 'pkg'\n\nimport type { ButtonProps }  from './button.interface'\nimport type { InputProps }   from './input.interface'\n```\n\n## Installation\n*soon*\n\n## Import sorting configuration\n*soon*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimpix31%2Fplugin-layout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimpix31%2Fplugin-layout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimpix31%2Fplugin-layout/lists"}