You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,10 @@ npm install --save-dev jest jest-runner-stylelint stylelint
34
34
yarn add --dev jest jest-runner-stylelint stylelint
35
35
```
36
36
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.
0 commit comments