Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
Issues: MOL-29290
  • Loading branch information
Txabox authored and carpasse committed Jun 5, 2024
1 parent 767fc60 commit 3a03d33
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# `stylelint-config-mailonline`

[![Greenkeeper badge](https://badges.greenkeeper.io/MailOnline/stylelint-config-mailonline.svg)](https://greenkeeper.io/)

[![NPM version](http://img.shields.io/npm/v/stylelint-config-mailonline.svg?style=flat-square)](https://www.npmjs.org/package/stylelint-config-mailonline)

MailOnline [stylelint](http://stylelint.io/) configuration.
Expand All @@ -14,12 +12,13 @@ Add `stylelint-config-mailonline` as a development dependency:
npm install stylelint-config-mailonline --save-dev
```

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

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

## Breaking changes
Expand Down

0 comments on commit 3a03d33

Please sign in to comment.