2.0.12 • Published 2 years ago

@bothrs/eslint-config-node v2.0.12

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Bothrs: ESLint configuration for NodeJS

A very opinionated ESLint configuration for NodeJS used at Bothrs.

Usage

Install the package as a devDependency.

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

# Yarn
yarn add @bothrs/eslint-config-node -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-node',
  ],
}

Plugins

2.0.11

2 years ago

2.0.7

2 years ago

2.0.12

2 years ago

2.0.10

2 years ago

2.0.8

2 years ago

2.0.3

2 years ago

2.0.2

3 years ago

2.0.0

3 years ago

2.0.0-rc.2

3 years ago