File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ $ tsfmt --help
17
17
--no-editorconfig don' t read a .editorconfig
18
18
--no-vscode don' t read a .vscode/settings.json
19
19
--no-tsfmt don' t read a tsfmt.json
20
- --useTsconfig <path> using specified config file insteaf of tsconfig.json
21
- --useTslint <path> using specified config file insteaf of tslint.json
22
- --useTsfmt <path> using specified config file insteaf of tsfmt.json
20
+ --useTsconfig <path> using specified config file instead of tsconfig.json
21
+ --useTslint <path> using specified config file instead of tslint.json
22
+ --useTsfmt <path> using specified config file instead of tsfmt.json
23
23
--verbose makes output more verbose
24
24
```
25
25
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ let root = commandpost
47
47
. option ( "--no-editorconfig" , "don't read a .editorconfig" )
48
48
. option ( "--no-vscode" , "don't read a .vscode/settings.json" )
49
49
. option ( "--no-tsfmt" , "don't read a tsfmt.json" )
50
- . option ( "--useTsconfig <path>" , "using specified config file insteaf of tsconfig.json" )
51
- . option ( "--useTslint <path>" , "using specified config file insteaf of tslint.json" )
52
- . option ( "--useTsfmt <path>" , "using specified config file insteaf of tsfmt.json" )
50
+ . option ( "--useTsconfig <path>" , "using specified config file instead of tsconfig.json" )
51
+ . option ( "--useTslint <path>" , "using specified config file instead of tslint.json" )
52
+ . option ( "--useTsfmt <path>" , "using specified config file instead of tsfmt.json" )
53
53
. option ( "--verbose" , "makes output more verbose" )
54
54
. option ( "-v, --version" , "output the version number" )
55
55
. action ( ( opts , args ) => {
You can’t perform that action at this time.
0 commit comments