{"id":16202307,"url":"https://github.com/panoply/straps","last_synced_at":"2025-07-08T12:41:04.989Z","repository":{"id":98522748,"uuid":"455750622","full_name":"panoply/straps","owner":"panoply","description":"🏇 Collection of build straps I use for various projects.","archived":false,"fork":false,"pushed_at":"2024-04-09T01:55:49.000Z","size":524,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T18:13:05.221Z","etag":null,"topics":["eslint","monorepo","pnpm-workspace","prettier","rollup","shared-configuration","stylelint"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/panoply.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2022-02-05T01:57:28.000Z","updated_at":"2025-05-19T23:09:32.000Z","dependencies_parsed_at":"2024-04-09T02:46:02.343Z","dependency_job_id":"418a1197-bdae-416a-8ebe-ecf0900cc8e4","html_url":"https://github.com/panoply/straps","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/panoply/straps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoply%2Fstraps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoply%2Fstraps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoply%2Fstraps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoply%2Fstraps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/panoply","download_url":"https://codeload.github.com/panoply/straps/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/panoply%2Fstraps/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264271092,"owners_count":23582601,"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":["eslint","monorepo","pnpm-workspace","prettier","rollup","shared-configuration","stylelint"],"created_at":"2024-10-10T09:46:54.451Z","updated_at":"2025-07-08T12:41:04.947Z","avatar_url":"https://github.com/panoply.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @sissel/straps\n\nBuild strap configuration presets I used for various projects. This monorepo exports several development configs which allow drop-in (batteries included) functionality for various TS packages, modules and projects I work on or maintain. It is merely for convenience and if you stumble across, feel free to use it as a boilerplate to your next project with [pnpm](https://pnpm.js.org/en/cli/install).\n\n#### @sissel/tsconfig\n\nThis is a shareable [TypeScript](https://www.typescriptlang.org/) `tsconfig.json` configuration file.\n\n```jsonc\n{\n  \"extends\": \"@sissel/tsconfig\",\n}\n```\n\n\u003e See the [@sissel/tsconfig](https://github.com/panoply/straps/tree/master/packages/tsconfig) readme.\n\n#### @sissel/stylelint-config\n\nThis is a shareable [Stylelint](https://stylelint.io/) configuration.\n\n```jsonc\n{\n  \"stylelint\": {\n    \"extends\": [\"@sissel/stylelint-config\"],\n    \"ignoreFiles\": [\"**/*.js\"],\n  },\n}\n```\n\n\u003e See the [@sissel/stylelint-config](https://github.com/panoply/straps/tree/master/packages/stylelint-config) readme.\n\n#### @sissel/prettier-config\n\nThis is a shareable [Prettier](https://prettier.io/) config. Extend configuration from within `package.json` files.\n\n\u003e Please note that prettier does not yet support ignored files via `package.json` so you need to add a `.prettierignore` file in your workspace. The feature is coming in https://github.com/prettier/prettier/pull/12672.\n\n```json\n{\n  \"prettier\": \"@sissel/prettier-config\"\n}\n```\n\n\u003e See the [@sissel/prettier-config](https://github.com/panoply/straps/tree/master/packages/prettier-config) readme.\n\n#### @sissel/eslint-config\n\nThis is a shareable ESLint config. Extend configuration from within `package.json` files, eg:\n\n```jsonc\n{\n  \"eslintConfig\": {\n    \"ignorePatterns\": [\"*.html\"],\n    \"extends\": [\"@sissel/eslint-config\"],\n    \"rules\": {},\n  },\n}\n```\n\n\u003e See the [@sissel/eslint-config](https://github.com/panoply/straps/tree/master/packages/eslint-config) readme.\n\n### License\n\n[MIT](#LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoply%2Fstraps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpanoply%2Fstraps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpanoply%2Fstraps/lists"}