0.0.6 • Published 7 years ago

eslint-config-lojaskd-base v0.0.6

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

LojasKD Javascript style Guide () {

Our style guide is based on Standard JS. Differences between them will be described bellow.

Installing

npmjs.com/package/eslint-config-lojaskd-base

npm install --save-dev eslint eslint-config-lojaskd-base

To include in the project, create an .eslintrc file with at least the following contents:

{
  "extends": ["lojaskd-base"]
}

License

Code is under MIT License - © LojasKD.com.br

}