4.0.0 • Published 9 months ago

@dustfoundation/eslint-config v4.0.0

Weekly downloads
-
License
-
Repository
github
Last release
9 months ago

@dustfoundation/eslint-config

NPM Version Minimum Node.js Version

Node.js shared config for ESLint

Installation

npm install --save-dev eslint @dustfoundation/eslint-config

Usage

You can use config by extending it in your .eslintrc.json:

{
  "extends": "@dustfoundation/eslint-config"
}