{"id":13773855,"url":"https://github.com/tk-o/rollup-plugin-sass-lint","last_synced_at":"2026-05-11T13:44:45.856Z","repository":{"id":99390072,"uuid":"84925452","full_name":"tk-o/rollup-plugin-sass-lint","owner":"tk-o","description":null,"archived":false,"fork":false,"pushed_at":"2017-03-14T14:04:52.000Z","size":19,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-29T18:05:47.861Z","etag":null,"topics":["rollup","rollup-plugin","sass-lint"],"latest_commit_sha":null,"homepage":null,"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/tk-o.png","metadata":{"files":{"readme":"README.md","changelog":null,"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}},"created_at":"2017-03-14T08:41:01.000Z","updated_at":"2019-02-13T10:53:24.000Z","dependencies_parsed_at":"2023-04-23T13:18:03.740Z","dependency_job_id":null,"html_url":"https://github.com/tk-o/rollup-plugin-sass-lint","commit_stats":null,"previous_names":["kopacki/rollup-plugin-sass-lint"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk-o%2Frollup-plugin-sass-lint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk-o%2Frollup-plugin-sass-lint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk-o%2Frollup-plugin-sass-lint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tk-o%2Frollup-plugin-sass-lint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tk-o","download_url":"https://codeload.github.com/tk-o/rollup-plugin-sass-lint/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225021902,"owners_count":17408511,"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":["rollup","rollup-plugin","sass-lint"],"created_at":"2024-08-03T17:01:20.915Z","updated_at":"2026-05-11T13:44:45.765Z","avatar_url":"https://github.com/tk-o.png","language":"JavaScript","funding_links":[],"categories":["Plugins"],"sub_categories":["Code Quality"],"readme":"# rollup-plugin-sass-lint\n\nThis plugin allows you to use [`sass-lint`](https://github.com/sasstools/sass-lint) in [`rollup.js`](https://github.com/rollup/rollup) project.\n\n### Installation\nTo install use:\n```\nyarn add rollup-plugin-sass-lint --dev\n```\n\n### Usage\nThen use it in your `rollup.config.js` file as a plugin:\n\n```javascript\nimport sassLint from 'rollup-plugin-sass-lint';\n\nconst sassLintOptions = {}; // please check # Options section below\n\nexport default {\n  entry: 'src/index.js',\n  format: 'iife',\n  plugins: [\n    sassLint(sassLintOptions),\n  ],\n};\n```\n\n### Options\nThis plugin can take the same set of options like `sass-lint`. You can either provide `.sass-lint.yml` file or simply pass the options in `rollup.config.js` file while calling `sassLint` function.\n\n##### Additional options\n- `failOnError` (default: _false_) - if set to _ture_ and some linting errors occured it exits the process with an error (useful when building assets for production environment)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftk-o%2Frollup-plugin-sass-lint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftk-o%2Frollup-plugin-sass-lint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftk-o%2Frollup-plugin-sass-lint/lists"}