Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 507 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 507 Bytes

stylint-brunch

Downloads Version

Adds Stylint support to Brunch.

Usage

Install the plugin via npm with npm install --save-dev stylint-brunch.

Options

See the Stylint Docs for a list of available options.

config = {
  plugins: {
    stylint: {
      ...
    }
  }
}