1.0.9 • Published 5 years ago

@studiohyperdrive/stylelint-config v1.0.9

Weekly downloads
128
License
ISC
Repository
bitbucket
Last release
5 years ago

FEO Styleling config

Installation

$ npm install --save-dev @studiohyperdrive/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": [
		"@studiohyperdrive/stylelint-config",
		"@studiohyperdrive/stylelint-config/lib/sass" // If required
	]
}
1.0.9

5 years ago

1.0.8

6 years ago

1.0.7

6 years ago