2.0.1 • Published 5 years ago

@deloitte-digital-au/stylelint-config v2.0.1

Weekly downloads
117
License
BSD-3-Clause
Repository
github
Last release
5 years ago

Deloitte Digital

Deloitte Digital's Stylelint Config Build Status

This package provides Deloitte Digital's code standards as a Stylelint extensible config.

Installation

Installing @deloitte-digital-au/stylelint-config will also install stylelint, because it is defined as a dependency.

npm install --save-dev @deloitte-digital-au/stylelint-config

Usage

Add "extends": "@deloitte-digital-au/stylelint-config" to your .stylelintrc.js file.

Example

module.exports = {
	extends: [
		'@deloitte-digital-au/stylelint-config',
	],
};

Who is Deloitte Digital?

Part Business. Part Creative. Part Technology. One hundred per cent digital.

Pioneered in Australia, Deloitte Digital is committed to helping clients unlock the business value of emerging technologies. We provide clients with a full suite of digital services, covering digital strategy, user experience, content, creative, engineering and implementation across mobile, web and social media channels.

http://www.deloittedigital.com/au

LICENSE (BSD-3-Clause)

View License