We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ac8ab commit 89d0a7aCopy full SHA for 89d0a7a
README.md
@@ -30,11 +30,16 @@ jsfmt [flags] [path ...]
30
31
Config:
32
--comments=true, -c=true: include comments in result
33
- --options="options.json", -o "options.json": esformatter options to override when formatting
34
```
35
36
At least one action is required. If no path is given it will read from `stdin`. A directory path will recurse over all *.js files in the directory.
37
+### .jsfmtrc
38
+
39
+Any of the [esformatter](https://github.com/millermedeiros/esformatter) formatting
40
+options can be overwritten via a `.jsfmtrc` file. The file is parsed using
41
+[rc](https://github.com/dominictarr/rc), which accepts either a `json` or `ini` formatted file.
42
43
Rewriting
44
---
45
0 commit comments