eslint-config-npmpty
v0.2.3
Published
Installable eslint config for npmpty default linting.
Downloads
3
Readme
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-npmpty
Usage
Create an .eslintrc
file in you package root and reference this package (ESlint will fill in the eslint-config-
part for you).
{
"extends": "npmpty"
}