Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bonzaico/eslint-config-bonzai
Bonzai's ESLint configuration
https://github.com/bonzaico/eslint-config-bonzai
bonzai eslint-config
Last synced: 18 days ago
JSON representation
Bonzai's ESLint configuration
- Host: GitHub
- URL: https://github.com/bonzaico/eslint-config-bonzai
- Owner: bonzaico
- License: bsd-3-clause
- Created: 2018-10-27T19:23:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-02T15:11:18.000Z (almost 2 years ago)
- Last Synced: 2024-10-17T00:25:31.251Z (about 1 month ago)
- Topics: bonzai, eslint-config
- Language: JavaScript
- Size: 359 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-bonzai
[![version](https://img.shields.io/npm/v/eslint-config-bonzai.svg?style=flat-square)](http://npm.im/eslint-config-bonzai)
[![GitHub license](https://img.shields.io/github/license/bonzaico/eslint-config-bonzai.svg?style=flat-square)](https://github.com/bonzaico/eslint-config-bonzai/blob/master/LICENSE.md)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=flat-square)](https://github.com/semantic-release/semantic-release)This package provides Bonzai's .eslintrc as an extensible shared config.
## Usage
Install the configuration by executing:
```bash
npm install --save-dev eslint eslint-config-bonzai
```Then add the extends to your `.eslintrc`
```json
{
"extends": "bonzai",
"rules": {
// your overrides
}
}
```## License
BSD-3-Clause