Created
December 21, 2018 12:33
-
-
Save underwindfall/20353e753877c6a3b86abfdc80dd7401 to your computer and use it in GitHub Desktop.
prettier-watcher
This file contains 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="--write --single-quote --tab-width 4 -- $FilePath$" /> | |
<option name="checkSyntaxErrors" value="true" /> | |
<option name="description" /> | |
<option name="exitCodeBehavior" value="ERROR" /> | |
<option name="fileExtension" value="js" /> | |
<option name="immediateSync" value="false" /> | |
<option name="name" value="Prettier" /> | |
<option name="output" value="" /> | |
<option name="outputFilters"> | |
<array /> | |
</option> | |
<option name="outputFromStdout" value="false" /> | |
<option name="program" value="prettier" /> | |
<option name="runOnExternalChanges" value="true" /> | |
<option name="scopeName" value="Current File" /> | |
<option name="trackOnlyRoot" value="false" /> | |
<option name="workingDir" value="$ProjectFileDir$" /> | |
<envs /> | |
</TaskOptions> | |
</TaskOptions> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment