Skip to content

lauriskuznecovs/next-js-eslint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js ESLINT boilerplate

This is minimal and most used collection of Eslint plugins for Next.js.

Why ESLint is Awesome

This is awesome because not only does ESLint identify ways to make code better, but if you don’t need or don’t agree with certain rules, they can be changed or ignored (either for the line, for the whole file, or for the whole project).

None of the rules depend on each other, they all function independently, and some rules can even fix the code themselves to fall in line with the prescribed rules.

Setup

npm install

Run

npm run eslint

Releases

No releases published

Packages

No packages published