You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run: node_modules/.bin/tsfmt ./js/*.ts -r --useTslint ./tslint.json
And nothing changes. But I expect semicolons to be added and extra empty lines to be removed.
It follows the rules from tsfmt.json though, related to indentation and whitespaces.
I also found that running tsfmt ./js/*.ts -r --useTslint ./tslint.json (without node_modules) produces very weird formatting that does not follow any rules.
The text was updated successfully, but these errors were encountered:
I have this
tslint.json
:And this code in
example.ts
:I run:
node_modules/.bin/tsfmt ./js/*.ts -r --useTslint ./tslint.json
And nothing changes. But I expect semicolons to be added and extra empty lines to be removed.
It follows the rules from
tsfmt.json
though, related to indentation and whitespaces.I also found that running
tsfmt ./js/*.ts -r --useTslint ./tslint.json
(without node_modules) produces very weird formatting that does not follow any rules.The text was updated successfully, but these errors were encountered: