0.4.2 • Published 2 years ago
@monteway/eslint-next v0.4.2
@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
2 years ago
0.4.0-rc.2
2 years ago
0.4.0-rc.1
2 years ago
0.3.2-rc.1
2 years ago
0.4.1
2 years ago
0.3.2
2 years ago
0.4.0
2 years ago
0.4.2
2 years ago
0.3.1
3 years ago
0.3.0
3 years ago
0.3.0-rc.1
3 years ago
0.2.0
3 years ago
0.2.0-rc.6
3 years ago
0.2.0-rc.5
3 years ago
0.2.0-rc.4
3 years ago
0.2.0-rc.3
3 years ago
0.2.0-rc.2
3 years ago
0.2.0-rc.1
3 years ago
0.1.0
3 years ago
0.0.40-rc.9
3 years ago
0.0.40-rc.8
3 years ago
0.0.40-rc.7
3 years ago
0.0.40-rc.6
3 years ago
0.0.40-rc.5
3 years ago
0.0.40-rc.4
3 years ago
0.0.40-rc.3
3 years ago
0.0.40-rc.2
3 years ago