eslint-config-minimal
v0.4.2
Published
Minimal, useful eslint rules.
Downloads
247
Readme
:triangular_ruler: Minimal
Add these rules to your project to catch errors fast, while keeping the code squeaky clean. :sparkle:
Yarn
yarn add eslint-config-minimal --dev
Npm
npm i --save-dev eslint-config-minimal
Use In Your Project
Create an .eslintrc
file with the following contents:
{
"extends": "minimal"
}