This plugin allows you to use sass-lint
in rollup.js
project.
To install use:
yarn add rollup-plugin-sass-lint --dev
Then use it in your rollup.config.js
file as a plugin:
import sassLint from 'rollup-plugin-sass-lint'; const sassLintOptions = {}; // please check # Options section below export default { entry: 'src/index.js', format: 'iife', plugins: [ sassLint(sassLintOptions), ], };
This 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.
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)RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4