1.1.1 • Published 4 months ago

@marolint/eslint-config-nextjs v1.1.1

Weekly downloads
-
License
-
Repository
-
Last release
4 months ago

Installation

npm install --save-dev eslint prettier @marolint/eslint-config-nextjs

Usage

Add the following to your .eslintrc file:

{
  "extends": ["@marolint/eslint-config-nextjs"]
}

And add the following to your .prettier.config.js file:

/** @type {import('prettier').Options} */
module.exports = {
  extends: ["@marolint/eslint-config-nextjs/prettier.config"]
}