@0xforkitall/eslint-config-nextjs

1.2.0 • Public • Published

@0xforkitall/eslint-config-nextjs

This repository contains the shared ESLint configurations files for Next.js projects.

Installation

Use npm or yarn to install the package:

yarn add --dev @0xforkitall/eslint-config-nextjs

Usage

Extends the ESLint configurations on a .eslintrc.js file:

module.exports = {
    extends: ['@0xforkitall/eslint-config-nextjs']
};

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Package Sidebar

Install

npm i @0xforkitall/eslint-config-nextjs

Weekly Downloads

19

Version

1.2.0

License

MIT

Unpacked Size

6.06 kB

Total Files

5

Last publish

Collaborators

  • 0xforkitall