Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianmebus committed Sep 2, 2020
1 parent 7683808 commit 24dad62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ If you need to add a stylelint configuration object to your project, there are
[different approaches](https://stylelint.io/user-guide/configure).
One popular approach is to add a `.stylelintrc.js` file to the root of your project.

`.stylelintrc.js`:
```js
// .stylelintrc.js

module.exports = {
extends: '@avenga/stylelint-config',
};
Expand Down

0 comments on commit 24dad62

Please sign in to comment.