eslint-config-lojaskd-base
v0.0.6
Published
Base LojasKD's JS ESLint config, following our styleguide
Downloads
2
Maintainers
Readme
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