0.1.2 • Published 6 years ago
@justinlettau/eslint-config v0.1.2
ESLint Shareable Config
ESLint shareable config for my projects.
Installation
npm install --save-dev @justinlettau/eslint-config
Usage
In your .eslintrc.*
file:
{
"extends": "@justinlettau/eslint-config"
}