-
-
Save piotrlewandowski/7bab88ff1cd10fb3e8b7f42187ff0a1a to your computer and use it in GitHub Desktop.
WebStorm Stylelint File Watcher
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<TaskOptions> | |
<TaskOptions> | |
<option name="arguments" value="$FileName$ --fix" /> | |
<option name="checkSyntaxErrors" value="true" /> | |
<option name="description" /> | |
<option name="exitCodeBehavior" value="ERROR" /> | |
<option name="fileExtension" value="css" /> | |
<option name="immediateSync" value="false" /> | |
<option name="name" value="Stylelint" /> | |
<option name="output" value="$FileDir$" /> | |
<option name="outputFilters"> | |
<array /> | |
</option> | |
<option name="outputFromStdout" value="false" /> | |
<option name="program" value="$PROJECT_DIR$/node_modules/stylelint/bin/stylelint.js" /> | |
<option name="runOnExternalChanges" value="true" /> | |
<option name="scopeName" value="All Places" /> | |
<option name="trackOnlyRoot" value="false" /> | |
<option name="workingDir" value="" /> | |
<envs /> | |
</TaskOptions> | |
</TaskOptions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment