Hieu (Harrison) Van

Results 3 issues of Hieu (Harrison) Van

this is my .eslintrc ``` 'plugins': [ 'codebox' ] 'extends': [ 'plugin:codebox/recommended' ] ``` This is the result when I run `eslint --fix` ``` Configuration for rule "codebox/sort-named-imports" is invalid:...

bug

Do you have any plan in your roadmap to support ES5 using `require`? Thank you and look forward to checking your response ❤️

help wanted

How is `destructuring export`? Something is like this is pretty easy to be sorted alphabetically right? ``` export { getListLand, getLandDetail, addLand, addFarmer, getUserProfile, updateUserProfile }; ``` Best Regards,