Micheldever standard style guide ESLint config
git clone https://mtsweb@dev.azure.com/mtsweb/oss/_git/eslint-config
This package is distributed via npm. You can install it as a devDependency in your project by running:
yarn add @micheldever/eslint-config --dev
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"]
}