{"id":22197024,"url":"https://github.com/valtech-commerce/optimizely-config","last_synced_at":"2025-10-15T05:21:48.005Z","repository":{"id":186579016,"uuid":"614024700","full_name":"valtech-commerce/optimizely-config","owner":"valtech-commerce","description":"Opinionated Optimizely configurations","archived":false,"fork":false,"pushed_at":"2023-03-14T18:31:44.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T22:42:02.261Z","etag":null,"topics":["configuration-files","optimizely"],"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-14T18:31:04.000Z","updated_at":"2023-03-14T18:32:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"34d3a08b-70ec-4fe7-b78f-0564ad932ab0","html_url":"https://github.com/valtech-commerce/optimizely-config","commit_stats":null,"previous_names":["valtech-commerce/optimizely-config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/valtech-commerce/optimizely-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Foptimizely-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Foptimizely-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Foptimizely-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Foptimizely-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valtech-commerce","download_url":"https://codeload.github.com/valtech-commerce/optimizely-config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valtech-commerce%2Foptimizely-config/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261288650,"owners_count":23136040,"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":["configuration-files","optimizely"],"created_at":"2024-12-02T14:18:07.820Z","updated_at":"2025-10-15T05:21:42.956Z","avatar_url":"https://github.com/valtech-commerce.png","language":"JavaScript","readme":"# @valtech-commerce/optimizely-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 Optimizely 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/optimizely-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/optimizely-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- [@valtech-commerce/typescript](https://github.com/valtech-commerce/eslint-config) - Valtech_Commerce base TypeScript rules\n\n## Usage for Prettier\n\nAdd some Prettier config to your `.prettierrc.cjs`:\n\n```js\nmodule.exports = {\n\t...require(\"@valtech-commerce/optimizely-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/optimizely-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\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/optimizely-config?style=flat-square\n[npmsio-badge]: https://img.shields.io/npms-io/final-score/@valtech-commerce/optimizely-config?style=flat-square\n[librariesio-badge]: https://img.shields.io/librariesio/sourcerank/npm/@valtech-commerce/optimizely-config?style=flat-square\n[tests-badge]: https://img.shields.io/github/actions/workflow/status/valtech-commerce/optimizely-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/optimizely-config\n[npmsio-url]: https://npms.io/search?q=%40valtech-commerce%2Foptimizely-config\n[librariesio-url]: https://libraries.io/npm/@valtech-commerce%2Foptimizely-config\n[tests-url]: https://github.com/valtech-commerce/optimizely-config/actions/workflows/tests.yaml?query=branch%3Amain\n[license-url]: https://opensource.org/licenses/MIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaltech-commerce%2Foptimizely-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaltech-commerce%2Foptimizely-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaltech-commerce%2Foptimizely-config/lists"}