{"id":25000291,"url":"https://github.com/neo-hack/remark-config","last_synced_at":"2025-03-29T18:43:38.317Z","repository":{"id":251146002,"uuid":"658039723","full_name":"neo-hack/remark-config","owner":"neo-hack","description":"remark config","archived":false,"fork":false,"pushed_at":"2024-08-01T02:27:10.000Z","size":620,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-04T19:40:43.647Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/neo-hack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"jiangweixian","patreon":"jiangweixian","open_collective":"qidanta","ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2023-06-24T15:21:44.000Z","updated_at":"2024-08-01T02:56:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"d50a30f3-2e78-4317-aecd-14428759d03e","html_url":"https://github.com/neo-hack/remark-config","commit_stats":null,"previous_names":["neo-hack/remark-config"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo-hack%2Fremark-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo-hack%2Fremark-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo-hack%2Fremark-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neo-hack%2Fremark-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neo-hack","download_url":"https://codeload.github.com/neo-hack/remark-config/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246230499,"owners_count":20744346,"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":"2025-02-04T19:33:15.877Z","updated_at":"2025-03-29T18:43:38.311Z","avatar_url":"https://github.com/neo-hack.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jiangweixian","https://patreon.com/jiangweixian","https://opencollective.com/qidanta"],"categories":[],"sub_categories":[],"readme":"# remark-config\n\n[![npm](https://img.shields.io/npm/v/@aiou/remark-config)](https://github.com/neo-hack/remark-config) [![GitHub](https://img.shields.io/npm/l/@aiou/remark-config)](https://github.com/neo-hack/remark-config) [![stackblitz](https://img.shields.io/badge/%E2%9A%A1%EF%B8%8Fstackblitz-online-blue)](https://stackblitz.com/github/neo-hack/remark-config)\n\n## usage\n\ncreate `\u003croot\u003e/.remarkrc.mjs`\n\n```js\nimport preset from '@aiou/remark-config'\n\nconst config = {\n  plugins: [preset]\n}\n\nexport default config\n```\n\n### `lint script`\n\n\u003e require `remark-cli`\n\nadd `lint:md` script in `package.json`\n\n```json\n{\n  \"scripts\": {\n    \"lint:md\": \"remark .\"\n  }\n}\n```\n\n### `lint-staged`\n\ncreate `.lintstagedrc.mjs`\n\n```js\nexport default {\n  // Lint Markdown files with remark\n  '**/**/*.md': filenames =\u003e [\n    `remark ${filenames.join(' ')} -o`,\n  ],\n}\n```\n\n## install\n\n```console\npnpm i @aiou/remark-config\n```\n\n## development\n\n- **Setup** - `pnpm i`\n- **Build** - `pnpm build`\n\n#\n\n\u003cdiv align='right'\u003e\n\n*built with ❤️ by 😼*\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneo-hack%2Fremark-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneo-hack%2Fremark-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneo-hack%2Fremark-config/lists"}