Created
August 24, 2020 06:59
-
-
Save stevensacks/d876132a978adbf3c9888f62bfcaf361 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