/awesome-nextjs-eslint-config

The most superior ESLint and TSConfig repository to use in all my projects

awesome-nextjs-eslint-config

Installation

  • Copy-paste .eslintrc.json and tsconfig.json into your project
  • Install packages with command in the next step

Installation command

Command using yarn

yarn add --dev @next/eslint-plugin-next @types/node @types/react @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-plugin-import eslint-plugin-prettier prettier eslint-plugin-react-hooks

Command using npm

npm install --save-dev @next/eslint-plugin-next @types/node @types/react @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint eslint-plugin-import eslint-plugin-prettier prettier eslint-plugin-react-hooks