eslint.json

I. eslint-plugin-sort-exports

export 및 import를 정렬해준다. ( 컨트리뷰터 😄🚀) https://github.com/jrdrg/eslint-plugin-sort-exportsarrow-up-right

ps. 🌟가 더 많은... 라이브러리가 있다.

{
  "extends": ["react-app", "prettier/prettier"],
  "plugins": ["react-hooks", "prettier"],
  "rules": {
    "prettier/prettier": "error",
  }
}

Last updated