{"id":24953302,"url":"https://github.com/fredericoo/eslint-plugin-vanilla-extract","last_synced_at":"2025-04-10T15:26:33.331Z","repository":{"id":65231427,"uuid":"588099870","full_name":"fredericoo/eslint-plugin-vanilla-extract","owner":"fredericoo","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-12T10:34:47.000Z","size":105,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T12:58:35.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/fredericoo.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}},"created_at":"2023-01-12T10:22:43.000Z","updated_at":"2023-10-21T09:05:04.000Z","dependencies_parsed_at":"2023-01-15T18:00:52.871Z","dependency_job_id":null,"html_url":"https://github.com/fredericoo/eslint-plugin-vanilla-extract","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredericoo%2Feslint-plugin-vanilla-extract","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredericoo%2Feslint-plugin-vanilla-extract/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredericoo%2Feslint-plugin-vanilla-extract/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fredericoo%2Feslint-plugin-vanilla-extract/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fredericoo","download_url":"https://codeload.github.com/fredericoo/eslint-plugin-vanilla-extract/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248243445,"owners_count":21071054,"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-03T03:33:41.010Z","updated_at":"2025-04-10T15:26:33.307Z","avatar_url":"https://github.com/fredericoo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# eslint-plugin-vanilla-extract\n\nEslint plugin for vanilla extract lib\n\n## Installation\n\nYou'll first need to install [ESLint](https://eslint.org/):\n\n```sh\npnpm add eslint -D\n```\n\nNext, install `@fredericoo/eslint-plugin-vanilla-extract`:\n\n```sh\npnpm add -D @fredericoo/eslint-plugin-vanilla-extract\n```\n\n## Usage\n\nAdd `@fredericoo/vanilla-extract` to the plugins section of your `.eslintrc` configuration file. You can omit the `eslint-plugin-` prefix:\n\n```json\n{\n    \"plugins\": [\n        \"@fredericoo/vanilla-extract\"\n    ]\n}\n```\n\n\nThen configure the rules you want to use under the rules section.\n\ne.g.:\n```json\n{\n    \"rules\": {\n        \"@fredericoo/vanilla-extract/no-individual-styles-imported\": 2\n    }\n}\n```\n\n## Supported Rules\n\n\n| Rule ID | Description | Fixable |\n|:--------|:------------|:--------|\n| @fredericoo/vanilla-extract/omit-redundant-style | If you’s using `style()` to generate a className and only consuming atoms or other classNames, it is redundant and can be removed | ✅ |\n| @fredericoo/vanilla-extract/no-individual-styles-imported | If you’re importing individual styles from a file, you should import the entire file with `* as style` and consume from it | ✅ |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredericoo%2Feslint-plugin-vanilla-extract","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffredericoo%2Feslint-plugin-vanilla-extract","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffredericoo%2Feslint-plugin-vanilla-extract/lists"}