1.2.3 • Published 8 months ago

@micheldever/eslint-config v1.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Installation

This package is distributed via npm. You can install it as a devDependency in your project by running:

yarn add @micheldever/eslint-config --dev

Usage

Once installed, you can use this configuration by extending it in your .eslintrc.json file:

{
  "extends": ["@micheldever/eslint-config"]
}

If you are using React, you can extend the React configuration:

{
  "extends": ["@micheldever/eslint-config/react"]
}