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
As an open-source project, gulp-stylelint-esm welcomes contributions of many forms.
4
+
5
+
## Bug reporting or feature request
6
+
7
+
I appreciate your effort to improve **gulp-stylelint-esm** by submitting a bug report or feature request. Before doing so, please check the following things:
8
+
9
+
1. Check whether the bug you face **hasn't been already reported**. Checking for duplicate reports takes time that could be used to fix other bugs or make improvements.
10
+
2. Prior to submitting a pull request, it is advisable to create an issue and await feedback.
11
+
3. Specify the **gulp-stylelint-esm**, **gulp** information that may be helpful to fix the problem, especially exact **version numbers**.
12
+
4. If you got some error, please **describe what happened**.
Once you have [configured stylelint](https://stylelint.io/user-guide/configuration/) (e.g. you have a _.stylelintrc_ file), start with the following code. You will find additional configuration [options](#options) below.
29
+
Once you have [configured stylelint](https://stylelint.io/user-guide/configuration/), start with the following code. You will find additional configuration [options](#options) below.
@@ -116,17 +114,18 @@ When set to `true`, the error handler will print an error stack trace. Defaults
116
114
117
115
The `fix: true` option instructs stylelint to try to fix as many issues as possible. The fixes are applied to the gulp stream. The fixed content can be saved to file using gulp `dest`.
118
116
117
+
> NOTE: Not all stylelint rules can be automatically fixed, so it's advisable to manually resolve errors.
0 commit comments