2.0.1 • Published 2 years ago

eslint-config-bob v2.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
2 years ago

ESLint configuration for packages built with @bconnorwhite/bob.

Reasonable linting rules for TypeScript, React, and JSON.

Installation

yarn add eslint-config-bob
npm install eslint-config-bob

Usage

In .eslintrc.json:

{
  "extends": "eslint-config-bob"
}
  • eslint: An AST-based pattern checker for JavaScript.

MIT