eslint-config-practo
v0.1.10
Published
Practo way of javascripting
Downloads
67
Readme
#Practo JavaScript Coding Standards
What is eslint-config-practo?
eslint-config-practo is Practo's shareable eslint configuration. It has a set rules specified here based on which eslint will either throw warning, error or ignore the coding style anomalies
What do you mean by shareable eslint configuration?
Read the documentation here
Node Version
This package is supported only in node version ^4.2.3
. Please update your node version to atleast 4.2.3
before using.
Usage
npm install --save-dev eslint-config-practo eslint
Now add
"extends": "practo"
to your .eslintrc