@bothrs/eslint-config

2.3.4 • Public • Published

Bothrs: ESLint configuration for VanillaJS projects

A very opinionated ESLint configuration used at Bothrs.

Usage

Install the package as a devDependency.

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

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

Plugins

Package Sidebar

Install

npm i @bothrs/eslint-config

Weekly Downloads

209

Version

2.3.4

License

MIT

Unpacked Size

7.81 kB

Total Files

4

Last publish

Collaborators

  • bothrsdev
  • bramvanhoutte
  • jaccog