1.0.1 • Published 7 years ago

@nybr/stylelint-config v1.0.1

Weekly downloads
1
License
ISC
Repository
bitbucket
Last release
7 years ago

@nybr/stylelint-config v1.0.1

Stylelint configuration.

Installation

Install this package using NPM.

$ npm install --save-dev @nybr/stylelint-config

Usage

Create an stylelint.config.js file in the root of your project and extend the default stylelint settings. You may also need to extend the Sass settings (based on your project):

module.exports = {
	"extends": [
		"@nybr/stylelint-config",
		"@nybr/stylelint-config/src/sass",
	],
};