{"id":15134181,"url":"https://github.com/valtech-commerce/pwastudio-config","last_synced_at":"2026-02-24T09:32:14.819Z","repository":{"id":186579021,"uuid":"613997967","full_name":"valtech-commerce/pwastudio-config","owner":"valtech-commerce","description":"Opinionated PWA Studio configurations","archived":false,"fork":false,"pushed_at":"2023-10-12T14:45:17.000Z","size":147,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-27T04:30:59.158Z","etag":null,"topics":["configuration-files","pwa-studio","pwastudio"],"latest_commit_sha":null,"homepage":"","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/valtech-commerce.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":"SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-03-14T17:26:22.000Z","updated_at":"2023-03-14T17:55:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"93886d20-0c26-4ca0-bd0a-ffdac300cdfd","html_url":"https://github.com/valtech-commerce/pwastudio-config","commit_stats":null,"previous_names":["valtech-commerce/pwastudio-config"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/valtech-commerce/pwastudio-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Fpwastudio-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Fpwastudio-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Fpwastudio-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Fpwastudio-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valtech-commerce","download_url":"https://codeload.github.com/valtech-commerce/pwastudio-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Fpwastudio-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29777879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T04:54:30.205Z","status":"ssl_error","status_checked_at":"2026-02-24T04:53:58.628Z","response_time":75,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["configuration-files","pwa-studio","pwastudio"],"created_at":"2024-09-26T05:03:18.940Z","updated_at":"2026-02-24T09:32:13.555Z","avatar_url":"https://github.com/valtech-commerce.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @valtech-commerce/pwastudio-config\n\n[![npm][npm-badge]][npm-url]\n[![npms.io: Score][npmsio-badge]][npmsio-url]\n[![libraries.io: SourceRank][librariesio-badge]][librariesio-url]\n[![Tests][tests-badge]][tests-url]\n[![License: MIT][license-badge]][license-url]\n\n\u003e Opinionated PWA Studio configurations.\n\n## Configurations\n\n| config                               | Description                  |\n| ------------------------------------ | ---------------------------- |\n| [eslint](config/eslintrc.yaml)       | Configurations for ESLint    |\n| [prettier](config/prettierrc.yaml)   | Configurations for Prettier  |\n| [stylelint](config/stylelintrc.yaml) | Configurations for stylelint |\n\n## Install\n\n```\n$ npm install @valtech-commerce/pwastudio-config\n```\n\n## Usage for ESLint\n\nAdd some ESLint config to your `.eslintrc.cjs`:\n\n```js\nmodule.exports = {\n\t...require(\"@valtech-commerce/pwastudio-config/eslint\"),\n};\n```\n\n### Used plugin / configuration\n\n- [@valtech-commerce/react](https://github.com/valtech-commerce/eslint-config) - Valtech_Commerce base React.js rules\n- [eslint-plugin-package-json](https://github.com/zetlen/eslint-plugin-package-json) - Rules for valid, consistent, and readable package.json files\n- [jsx-a11y/recommended](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y#usage) - Recommended rules for accessibility rules on JSX elements\n- [package-json/recommended](https://github.com/zetlen/eslint-plugin-package-json#supported-rules) - Recommended rules for package.json files\n- [@magento/eslint-config](https://github.com/magento/magento-eslint) - Recommended rules for PWA Studio\n\n## Usage for Prettier\n\nAdd some Prettier config to your `.prettierrc.cjs`:\n\n```js\nmodule.exports = {\n\t...require(\"@valtech-commerce/pwastudio-config/prettier\"),\n};\n```\n\n## Usage for stylelint\n\nAdd some stylelint config to your `.stylelintrc.cjs`:\n\n```js\nmodule.exports = {\n\t...require(\"@valtech-commerce/pwastudio-config/stylelint\"),\n};\n```\n\n### Used plugin / configuration\n\n- [@valtech-commerce/core](https://github.com/valtech-commerce/stylelint-config) - Valtech_Commerce base rules\n- [stylelint-config-css-modules](https://github.com/pascalduez/stylelint-config-css-modules) - CSS modules shareable config for stylelint.\n- [stylelint-react-native](https://github.com/kristerkari/stylelint-react-native) - A collection of React Native specific linting rules\n\n## Documentation\n\nSee the [Changelog](CHANGELOG.md) to see what has changed.\n\n## Contribute\n\nSee the [Contributing Guidelines](CONTRIBUTING.md) for ways to get started.\n\nSee the [Support Guide](SUPPORT.md) for ways to get help.\n\nSee the [Security Policy](SECURITY.md) for sharing vulnerability reports.\n\nThis project has a [Code of Conduct](CODE_OF_CONDUCT.md).\nBy interacting with this repository, organization, or community you agree to abide by its terms.\n\n## License\n\n[MIT](LICENSE) © [Valtech Canada inc.](https://www.valtech.ca/)\n\n[npm-badge]: https://img.shields.io/npm/v/@valtech-commerce/pwastudio-config?style=flat-square\n[npmsio-badge]: https://img.shields.io/npms-io/final-score/@valtech-commerce/pwastudio-config?style=flat-square\n[librariesio-badge]: https://img.shields.io/librariesio/sourcerank/npm/@valtech-commerce/pwastudio-config?style=flat-square\n[tests-badge]: https://img.shields.io/github/actions/workflow/status/valtech-commerce/pwastudio-config/tests.yaml?style=flat-square\u0026branch=main\n[license-badge]: https://img.shields.io/badge/license-MIT-green?style=flat-square\n[npm-url]: https://www.npmjs.com/package/@valtech-commerce/pwastudio-config\n[npmsio-url]: https://npms.io/search?q=%40valtech-commerce%2Fpwastudio-config\n[librariesio-url]: https://libraries.io/npm/@valtech-commerce%2Fpwastudio-config\n[tests-url]: https://github.com/valtech-commerce/pwastudio-config/actions/workflows/tests.yaml?query=branch%3Amain\n[license-url]: https://opensource.org/licenses/MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaltech-commerce%2Fpwastudio-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaltech-commerce%2Fpwastudio-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaltech-commerce%2Fpwastudio-config/lists"}