@micheldever/eslint-config
v1.2.3
Published
Micheldever standard style guide ESLint config
Downloads
47
Readme
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"]
}