{"id":31970678,"url":"https://github.com/winjs-dev/vue-cli-plugin-stylelint","last_synced_at":"2026-07-14T01:32:08.314Z","repository":{"id":88652581,"uuid":"280306770","full_name":"winjs-dev/vue-cli-plugin-stylelint","owner":"winjs-dev","description":"stylelint plugin for vue-cli","archived":false,"fork":false,"pushed_at":"2020-09-28T03:28:51.000Z","size":348,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-22T01:29:31.992Z","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/winjs-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"publiccode":null,"codemeta":null}},"created_at":"2020-07-17T02:26:25.000Z","updated_at":"2023-04-23T08:02:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"276385b7-717f-47cf-ae00-60ce1e33a92a","html_url":"https://github.com/winjs-dev/vue-cli-plugin-stylelint","commit_stats":null,"previous_names":["cloud-templates/vue-cli-plugin-stylelint"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/winjs-dev/vue-cli-plugin-stylelint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winjs-dev%2Fvue-cli-plugin-stylelint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winjs-dev%2Fvue-cli-plugin-stylelint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winjs-dev%2Fvue-cli-plugin-stylelint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winjs-dev%2Fvue-cli-plugin-stylelint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winjs-dev","download_url":"https://codeload.github.com/winjs-dev/vue-cli-plugin-stylelint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winjs-dev%2Fvue-cli-plugin-stylelint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35442828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2025-10-14T19:18:10.726Z","updated_at":"2026-07-14T01:32:08.295Z","avatar_url":"https://github.com/winjs-dev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @winner-fed/vue-cli-plugin-stylelint\n\n\u003e stylelint plugin for vue-cli\n\n## Injected commands\n\n- **`vue-cli-service lint:style`**\n\n  ```\n  Usage: vue-cli-service lint:style [options] [...files]\n\n  Options:\n\n    --no-fix           do not auto-fix errors\n    --options          list additional stylelint cli options\n  ```\n\n  Lints and fixes files. If no specific files are given, it lints all vue files, html files, and stylesheets in `src`.\n\n## Configuration (vue.config.js, \"vue\" in package.json)\n\nLint on (re)build with `stylelint-webpack-plugin` can be enabled with the `lintStyleOnBuild` option. You can also provide additional options to stylelint. See available options on the stylelint [website](https://stylelint.io/user-guide/node-api/#options).\n\n``` js\nmodule.exports = {\n  // ...\n  pluginOptions: {\n    lintStyleOnBuild: true,\n    stylelint: {\n      fix: true, // boolean (default: true)\n      files: '', // string | [string] (default: ['src/**/*.{vue,htm,html,css,sss,less,scss}'])\n      // See https://stylelint.io/developer-guide/formatters/\n      formatter: () =\u003e {} // function (default: require('stylelint-codeframe-formatter'))\n      // etc...\n    }\n  }\n}\n```\n\n## Installing in an already created project\n\n```\nnpm install -D @winner-fed/vue-cli-plugin-stylelint\nvue invoke @winner-fed/vue-cli-plugin-stylelint\n```\n\n\u003e There is also a shorthand to invoke the plugin  \n\u003e `vue invoke @winner-fed/stylelint`\n\n## webpack-chain Injections\n\n- `config.plugin('stylelint')`\n- `config.plugin('stylelint').use('stylelint-webpack-plugin')`\n- `config.plugin('friendly-errors').tap(/* Adds additional transformer and formatter */)`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinjs-dev%2Fvue-cli-plugin-stylelint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinjs-dev%2Fvue-cli-plugin-stylelint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinjs-dev%2Fvue-cli-plugin-stylelint/lists"}