@vdl-dev/eslint-config-react

1.0.1 • Public • Published

Vandelanotte: ESLint configuration for React

A very opinionated ESLint configuration for React used at Vandelanotte.

Usage

Install the package as a devDependency.

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

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

Plugins

Package Sidebar

Install

npm i @vdl-dev/eslint-config-react

Weekly Downloads

49

Version

1.0.1

License

MIT

Unpacked Size

2.87 kB

Total Files

3

Last publish

Collaborators

  • fabianmeul