{"id":19467144,"url":"https://github.com/swordray/sass-lint-webpack","last_synced_at":"2025-04-25T11:30:48.177Z","repository":{"id":32689054,"uuid":"139739732","full_name":"swordray/sass-lint-webpack","owner":"swordray","description":"Sass-lint plugin for Webpack 4+","archived":false,"fork":false,"pushed_at":"2023-07-18T22:54:24.000Z","size":177,"stargazers_count":8,"open_issues_count":3,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T13:04:42.915Z","etag":null,"topics":["sass","sass-lint","webpack","wepack4"],"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/swordray.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2018-07-04T15:33:05.000Z","updated_at":"2023-02-15T07:09:08.000Z","dependencies_parsed_at":"2024-06-18T21:34:05.174Z","dependency_job_id":"479d6a6d-484d-4130-95d3-67b9e4be5b66","html_url":"https://github.com/swordray/sass-lint-webpack","commit_stats":{"total_commits":14,"total_committers":3,"mean_commits":4.666666666666667,"dds":0.3571428571428571,"last_synced_commit":"92ccd6ab89cd05f50f8422cc8c378fa5920fa0a7"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swordray%2Fsass-lint-webpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swordray%2Fsass-lint-webpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swordray%2Fsass-lint-webpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swordray%2Fsass-lint-webpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swordray","download_url":"https://codeload.github.com/swordray/sass-lint-webpack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250808063,"owners_count":21490613,"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":["sass","sass-lint","webpack","wepack4"],"created_at":"2024-11-10T18:33:36.614Z","updated_at":"2025-04-25T11:30:47.854Z","avatar_url":"https://github.com/swordray.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sass-lint Webpack Plugin\n\nSass-lint plugin for Webpack 4+\n\n## Requirements\n\n* [sass-lint](https://github.com/sasstools/sass-lint)\n* [Webpack](http://webpack.js.org/) 4+\n\n## Installation\n\n### Yarn\n\n```bash\nyarn add -D sass-lint sass-lint-webpack\n```\n\n### NPM\n\n```bash\nnpm install -D sass-lint sass-lint-webpack\n```\n\n## Usage\n\nAdd following lines to your Webpack config file (eg. `webpack.config.js`).\n\n```js\nconst SassLintPlugin = require('sass-lint-webpack')\n\nmodule.export = {\n  // ...\n  plugins: [\n    // ...\n    new SassLintPlugin(),\n  ],\n}\n```\n\n### Options\n\nNormally the `.sass-lint.yml` file is all you need. It is also possible to manually pass options to sass-lint.\n\n* files - a glob pattern or single file path as a lint target\n* [options](https://github.com/sasstools/sass-lint#options) - user specified rules/options passed in\n* [configPath](https://github.com/sasstools/sass-lint/blob/master/docs/options/config-file.md) - path to a config file\n\n## Sponsors\n\n* [BaiLu ShuYuan](https://bailushuyuan.org)\n\n## License\n\nCopyright (c) 2022 Jianqiu Xiao \u003cswordray@gmail.com\u003e under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswordray%2Fsass-lint-webpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswordray%2Fsass-lint-webpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswordray%2Fsass-lint-webpack/lists"}