import-sort
import-sort copied to clipboard
feat: Reference import-sort config file by path
Hello,
I was wondering how feasible it would be to allow users to store their configuration somewhere other than the root of the repository with a --config/ -c flag a la prettier and eslint cli's (ie: ./config/importsort.config.js).
Cheers!
Follow Up: Pull Request #125 will implement this.