Skip to content

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

Notifications You must be signed in to change notification settings

Kuboczoch/awesome-nextjs-eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks