I would like to be able to save in VS Code or run eslint --fix --ignore-path .gitignore --ext .ts,.tsx,.js,.jsx . and this auto fix.
I love this rule and added it to a project, however, I have 750+ violations to fix.
Here is a package someone else has made to make the default sort-keys rule fixable.
https://www.npmjs.com/package/eslint-plugin-sort-keys-fix
If I get time I will have a crack at it, however, I am not sure I will for quite a while.
I would like to be able to save in VS Code or run
eslint --fix --ignore-path .gitignore --ext .ts,.tsx,.js,.jsx .and this auto fix.I love this rule and added it to a project, however, I have 750+ violations to fix.
Here is a package someone else has made to make the default
sort-keysrule fixable.https://www.npmjs.com/package/eslint-plugin-sort-keys-fix
If I get time I will have a crack at it, however, I am not sure I will for quite a while.