0.4.2 • Published 1 year ago

@monteway/eslint-next v0.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@monteway/eslint-next

Shareable ESLint configuration for Next.js projects. This config is built on top of @monteway/eslint and just adds support for Next.js rules offered by eslint-config-next.

Install

npm i -D eslint @monteway/eslint-next

Usage

Simply create your ESLint config file with following content:

/** @type {import('eslint').Linter.Config} */
module.exports = {
  root: true,
  extends: require.resolve('@monteway/eslint-next/config'),
};

Preferred way to add ESLint support is to use @monteway/app extend --template next command.

0.4.1-rc.1

1 year ago

0.4.0-rc.2

1 year ago

0.4.0-rc.1

1 year ago

0.3.2-rc.1

1 year ago

0.4.1

1 year ago

0.3.2

1 year ago

0.4.0

1 year ago

0.4.2

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.3.0-rc.1

1 year ago

0.2.0

1 year ago

0.2.0-rc.6

1 year ago

0.2.0-rc.5

1 year ago

0.2.0-rc.4

1 year ago

0.2.0-rc.3

1 year ago

0.2.0-rc.2

1 year ago

0.2.0-rc.1

1 year ago

0.1.0

1 year ago

0.0.40-rc.9

1 year ago

0.0.40-rc.8

1 year ago

0.0.40-rc.7

1 year ago

0.0.40-rc.6

1 year ago

0.0.40-rc.5

1 year ago

0.0.40-rc.4

1 year ago

0.0.40-rc.3

1 year ago

0.0.40-rc.2

1 year ago