0.2.3 • Published 8 years ago
eslint-config-npmpty v0.2.3
eslint-config-npmpty
An ESLint Shareable Config for npmpty. The goal of this configuration is to put code reuse and code readability first. This is an ongoing research centered around npmpty.
Install
npm install --save-dev eslint-config-npmptyUsage
Create an .eslintrc file in you package root and reference this package (ESlint will fill in the eslint-config- part for you).
{
"extends": "npmpty"
}