1.0.3 • Published 6 years ago

stylelint-config-deloitte v1.0.3

Weekly downloads
11
License
BSD-3-Clause
Repository
github
Last release
6 years ago

stylelint-config-deloitte has been renamed to @deloitte-digital-au/stylelint-config

Deloitte Digital

Stylelint Config Deloitte Build Status

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

Installation

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

npm install --save-dev stylelint-config-deloitte

Usage

Add "extends": "stylelint-config-deloitte" to your .stylelintrc.js file.

Example

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

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