Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bizon/eslint-config-xo-bizon
ESLint shareable config to be used with xo or eslint-config-xo
https://github.com/bizon/eslint-config-xo-bizon
eslint eslint-config xo
Last synced: about 5 hours ago
JSON representation
ESLint shareable config to be used with xo or eslint-config-xo
- Host: GitHub
- URL: https://github.com/bizon/eslint-config-xo-bizon
- Owner: bizon
- License: mit
- Created: 2022-08-14T15:40:17.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T09:32:42.000Z (10 days ago)
- Last Synced: 2024-11-01T07:41:09.327Z (7 days ago)
- Topics: eslint, eslint-config, xo
- Language: JavaScript
- Homepage: https://www.bizon.solutions
- Size: 688 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eslint-config-xo-bizon
ESLint [shareable config](http://eslint.org/docs/developer-guide/shareable-configs.html) to be used with [xo](https://github.com/xojs/xo) or [eslint-config-xo](https://github.com/xojs/eslint-config-xo)
[![npm version](https://badgen.net/npm/v/eslint-config-xo-bizon)](https://www.npmjs.com/package/eslint-config-xo-bizon)
[![XO code style](https://badgen.net/badge/code%20style/XO/cyan)](https://github.com/xojs/xo)[](https://www.bizon.solutions?utm_source=github&utm_medium=readme&utm_campaign=eslint-config-xo-bizon)
## CI
[![Tests](https://github.com/bizon/eslint-config-xo-bizon/actions/workflows/tests.yml/badge.svg)](https://github.com/bizon/eslint-config-xo-bizon/actions/workflows/tests.yml)
[![Release](https://github.com/bizon/eslint-config-xo-bizon/actions/workflows/release.yml/badge.svg)](https://github.com/bizon/eslint-config-xo-bizon/actions/workflows/release.yml)## Install
```
$ pnpm add -D eslint-config-xo-bizon
```### Example usage with XO
```json
{
"name": "my-awesome-project",
"devDependencies": {
"xo": "*",
"eslint-config-xo-bizon": "*"
},
"xo": {
"extends": "xo-bizon",
"semicolon": false,
"space": 2
}
}
```## Related
- [XO](https://github.com/xojs/xo)
- [eslint-config-xo](https://github.com/xojs/eslint-config-xo) - ESLint shareable config for XO## License
MIT © [Bizon](https://github.com/bizon)
## Miscellaneous
```
╚⊙ ⊙╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
╚═(███)═╝
```