8000
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 ff3ce3a commit f08874cCopy full SHA for f08874c
index.d.ts
@@ -9,22 +9,26 @@ export interface Options {
9
* @default '\t'
10
*/
11
indent?: string | number | null;
12
+
13
/**
14
* Detect indentation automatically if the file exists.
15
*
16
* @default false
17
18
detectIndent?: boolean;
19
20
21
* Sort the keys recursively. Optionally pass in a compare function.
22
23
24
25
sortKeys?: boolean | SortKeys;
26
27
28
* Passed into `JSON.stringify`.
29
30
replacer?: Replacer | Array<number | string>;
31
32
33
* Mode used when writing the file.
34
0 commit comments