1.1.1 • Published 1 month ago

@micheldever/eslint-config v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 month 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"]
}