2.3.1 • Published 8 months ago

@eslint-essentials/eslint-config-next-ts v2.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

ESLint Essentials

Whats included?

  • Eslint 8
  • Standard config base;
  • Next plugin;
  • Prettier;

Setup

Next (with Typescript)

Install dependencies:

npm i -D eslint @eslint-essentials/eslint-config-next-ts

Inside .eslintrc.json

{
  "extends": "@eslint-essentials/eslint-config-next-ts"
}