richie5um / vscode-sort-json

VSCode Extension to Sort JSON objects
https://marketplace.visualstudio.com/items?itemName=richie5um2.vscode-sort-json
MIT License
107 stars 20 forks source link

SortJson not working on TS file #77

Open luisdeka opened 1 year ago

luisdeka commented 1 year ago

I cant sort a JSON in a ts file:

example.ts export default { z: 'z', x: 'x', a: 'a', b: 'b'}

Didnt work: