A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/kopacki/rollup-plugin-sass-lint below:

GitHub - tk-o/rollup-plugin-sass-lint

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.


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