3.1.7 • Published 12 months ago

@bothrs/eslint-config-next v3.1.7

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Bothrs: ESLint configuration for NextJS

A very opinionated ESLint configuration for NextJS used at Bothrs.

Usage

Install the package as a devDependency.

# NPM
npm i @bothrs/eslint-config-next -D

# Yarn
yarn add @bothrs/eslint-config-next -D

Add the package to the extends-section of your eslint configuration.

Example .eslintrc.js file:

// .eslintrc.js

module.exports = {
  type: "module",
  env: {
    es6: true,
    node: true,
  },
  extends: [
    '@bothrs/eslint-config-next',
  ],
}

Plugins

3.1.3

12 months ago

3.1.2

12 months ago

3.1.0

12 months ago

3.1.7

12 months ago

3.1.6

12 months ago

3.1.4

12 months ago

2.0.15

3 years ago

2.0.13

3 years ago

2.0.14

3 years ago

2.0.11

3 years ago

2.0.10

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.0

4 years ago

2.0.0-rc.2

4 years ago