export 및 import를 정렬해준다. ( 컨트리뷰터 😄🚀)
https://github.com/jrdrg/eslint-plugin-sort-exports
ps. 🌟가 더 많은... 라이브러리가 있다.
{
"extends": ["react-app", "prettier/prettier"],
"plugins": ["react-hooks", "prettier"],
"rules": {
"prettier/prettier": "error",
}
}