Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lojaskd/javascript-style-guide
- Owner: lojaskd
- License: mit
- Created: 2017-09-04T00:14:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T11:39:28.000Z (over 7 years ago)
- Last Synced: 2024-10-05T03:43:03.266Z (3 months ago)
- Topics: ecmascript, eslint, eslintconfig, javascripts, js, npm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/eslint-config-lojaskd-base
- Size: 6.84 KB
- Stars: 4
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)
# }