0.4.2 • Published 9 years ago
eslint-config-minimal v0.4.2
: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 --devNpm
npm i --save-dev eslint-config-minimalUse In Your Project
Create an .eslintrc file with the following contents:
{
"extends": "minimal"
}