Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bconnorwhite/eslint-config-bob

ESLint configuration for packages built with @bconnorwhite/bob
https://github.com/bconnorwhite/eslint-config-bob

bob eslint eslint-config linting node nodejs typescript

Last synced: 4 days ago
JSON representation

ESLint configuration for packages built with @bconnorwhite/bob

Awesome Lists containing this project

README

        



eslint-config-bob



npm


typescript


Coverage Status


GitHub stars


Twitter Follow


> ESLint configuration for packages built with @bconnorwhite/bob.

Reasonable linting rules for TypeScript, React, and JSON.

## Installation

```bash
yarn add eslint-config-bob
```

```bash
npm install eslint-config-bob
```

## Usage

In .eslintrc.json:

```json
{
"extends": "eslint-config-bob"
}
```


Dependenciesdependencies

- [@typescript-eslint/eslint-plugin](https://www.npmjs.com/package/@typescript-eslint/eslint-plugin): TypeScript plugin for ESLint
- [@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser): An ESLint custom parser which leverages TypeScript ESTree
- [eslint-plugin-json](https://www.npmjs.com/package/eslint-plugin-json): Eslint plugin for JSON files
- [eslint-plugin-react](https://www.npmjs.com/package/eslint-plugin-react): React specific linting rules for ESLint
- [eslint-plugin-react-hooks](https://www.npmjs.com/package/eslint-plugin-react-hooks): ESLint rules for React Hooks
- [types-eslintrc](https://www.npmjs.com/package/types-eslintrc): Type checking for .eslintrc.json


Peer DependenciesDavid

- [eslint](https://www.npmjs.com/package/eslint): An AST-based pattern checker for JavaScript.


Dev DependenciesDavid

- [@bconnorwhite/bob](https://www.npmjs.com/package/@bconnorwhite/bob): Bob is a toolkit for TypeScript projects


License license

[MIT](https://opensource.org/licenses/MIT)