leo-buneev / eslint-plugin-sort-keys-fix

Fork of https://eslint.org/docs/rules/sort-keys that allows automatic fixing
95 stars 22 forks source link

Implement minKeys option and update babel-eslint to @babel/eslint-parser #27

Open giacomocerquone opened 3 years ago

giacomocerquone commented 3 years ago

The install process was stuck due to a 404 while trying to fetch this package: eslint-plugin-tyrecheck. I've removed babel-eslint since it's known to be deprecated and I've integrated @babel/eslint-parser instead which require a babel.config.js file instead.

I reintroduced the commented tests for the minKeys option

Test are passing

gszliu commented 2 years ago

@leo-buneev Any followup for this? Seems like a useful change that could benefit a lot of repos.

gszliu commented 2 years ago

@leo-buneev Apologies for pinging again, would be great to get an update.

gszliu commented 2 years ago

@leo-buneev is anyone else available to maintain this package? It's incredibly useful and it would really be awesome if we could get a bit more oversight for pull requests

CvBlixen commented 2 years ago

I would love to see minKeys supported. 🙂