Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bconnorwhite/eslint-config-bob
- Owner: bconnorwhite
- Created: 2020-09-19T20:27:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T19:36:56.000Z (almost 3 years ago)
- Last Synced: 2024-10-18T05:59:45.637Z (26 days ago)
- Topics: bob, eslint, eslint-config, linting, node, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 1000 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
> 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"
}
```
Dependencies
- [@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 Dependencies
- [eslint](https://www.npmjs.com/package/eslint): An AST-based pattern checker for JavaScript.
Dev Dependencies
- [@bconnorwhite/bob](https://www.npmjs.com/package/@bconnorwhite/bob): Bob is a toolkit for TypeScript projects
License
[MIT](https://opensource.org/licenses/MIT)