Skip to content

Commit e12d8e1

Browse files
authored
docs: add a note on configuring stylelint
1 parent 5405d09 commit e12d8e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ npm install --save-dev jest jest-runner-stylelint stylelint
3434
yarn add --dev jest jest-runner-stylelint stylelint
3535
```
3636

37+
### Configure stylelint
38+
39+
You must have stylelint configured before it'll lint any of your files. Please follow the [stylelint documentation on configuration](https://stylelint.io/user-guide/configuration) to create your config.
40+
3741
### Add it to your Jest config
3842

3943
#### Using Built-in Preset

0 commit comments

Comments
 (0)