Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 730 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 730 Bytes

stylelint-config-mailonline

NPM version

MailOnline stylelint configuration.

Usage

Add stylelint-config-mailonline as a development dependency:

npm install stylelint-config-mailonline --save-dev

Create stylelint configuration file (.stylelintrc.js) that extends stylelint-config-mailonline:

module.exports = {
  "extends": "stylelint-config-mailonline",
  // additional config here
};

Breaking changes

Any changes to this package that might cause code using it to not validate anymore, will be a semver-major change.