@sotream/eslint-config-nextjs

0.1.8 • Public • Published

ESLint config file for Next.js projects

Installation

With yarn:

yarn add -D @sotream/eslint-config-nextjs

With npm:

npm i -D @sotream/eslint-config-nextjs

Usage

Create .eslintrc.js file:

module.exports = {
  "extends": [
    "@sotream/eslint-config-nextjs"
  ],
  "rules": {
      // overrides ...
  }
}

Package Sidebar

Install

npm i @sotream/eslint-config-nextjs

Weekly Downloads

0

Version

0.1.8

License

MIT

Unpacked Size

16.7 kB

Total Files

4

Last publish

Collaborators

  • sotream