@vdl-dev/eslint-config

2.0.1 • Public • Published

Vandelanotte: ESLint configuration for VanillaJS projects

A very opinionated ESLint configuration used at Vandelanotte.

Usage

Install the package as a devDependency.

# NPM
npm i @vdl-dev/eslint-config -D

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

Plugins

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.14latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.14
2.0.00
1.0.10
1.0.00

Package Sidebar

Install

npm i @vdl-dev/eslint-config

Weekly Downloads

4

Version

2.0.1

License

MIT

Unpacked Size

6.19 kB

Total Files

4

Last publish

Collaborators

  • fabianmeul