Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/showbie/showbie-eslint-config

🔩 ESLint configuration for Showbie projects
https://github.com/showbie/showbie-eslint-config

code-style conventions emberjs eslint prettier react

Last synced: 3 days ago
JSON representation

🔩 ESLint configuration for Showbie projects

Awesome Lists containing this project

README

        

# showbie-eslint-config

> [ESLint][] configuration for Showbie projects.

## Shareable configs

- [`@showbie/eslint-config`](https://github.com/showbie/showbie-eslint-config/tree/main/packages/base)
- [`@showbie/eslint-config-ember`](https://github.com/showbie/showbie-eslint-config/tree/main/packages/ember)
- [`@showbie/eslint-config-react`](https://github.com/showbie/showbie-eslint-config/tree/main/packages/react)
- [`@showbie/eslint-config-typescript`](https://github.com/showbie/showbie-eslint-config/tree/main/packages/typescript)

## Usage

Refer to the specific config for detailed installation instructions.

You’ll probably want to ensure you have a couple of Prettier’s
options set as well.

```json
"prettier": {
"singleQuote": true
}
```

[eslint]: https://eslint.org