Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lojaskd/javascript-style-guide

:yellow_heart: Base LojasKD's JS ESLint config, following our styleguide
https://github.com/lojaskd/javascript-style-guide

ecmascript eslint eslintconfig javascripts js npm

Last synced: about 1 month ago
JSON representation

:yellow_heart: Base LojasKD's JS ESLint config, following our styleguide

Awesome Lists containing this project

README

        

# [LojasKD](https://www.lojaskd.comm.br) Javascript style Guide () {

Our style guide is based on [Standard JS](https://standardjs.com/). Differences between them will be described bellow.

## Installing

[npmjs.com/package/eslint-config-lojaskd-base](https://www.npmjs.com/package/eslint-config-lojaskd-base)

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

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

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

## License

Code is under [MIT License](/LICENSE) - © [LojasKD.com.br](https://www.lojaskd.com.br/)

# }