Skip to content

Easy way to configure nextjs eslint and prettier for your vscode NextJS project

Notifications You must be signed in to change notification settings

ericmil87/Prettier-esLint-NextJS-Quick-Install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prettier-esLint-NextJS

Easy way to configure nextjs eslint and prettier for vscode

Getting started

Copy all contents here into main project folder (where package.json is located) then run:

npm i --save-dev @typescript-eslint/eslint-plugin @typescript-eslint/parser eslint-config-prettier prettier eslint

You can now run

prettier --write .

The command above will run prettier in all supported files on your project

That's it :)

About

Easy way to configure nextjs eslint and prettier for your vscode NextJS project

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published