0.0.2 • Published 3 years ago

eslint-config-revtel-app v0.0.2

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

eslint-config-revtel-app

Version

Installation

npm install --save-dev eslint prettier eslint-config-revtel-app 

Usage

Add to your eslint config (.eslintrc.js, or eslintConfig field in package.json):

{
    "extends": ["eslint-config-revtel-app"]
}