eslint-config-bloq

v4.1.0
Common ESLint config used at Bloq
bloq config eslint eslintconfig lint mocha next.js next node and 1 more...

eslint-config-bloq

This is Bloq's ESLint shareable config.

It is based on the ESLint recommended rules and other well-known plugins and configs.

Install

npm install --save-dev eslint eslint-config-bloq

Configuration

Add this to the ESLint configuration file:

{
  "extends": ["bloq"]
}

Additional rule sets are available: bloq/node, bloq/next and bloq/mocha.

Note on code formatting

This package is focused on identifying code patterns that are or lead to common errors. It is not intended to deal with code formatting and coding styles (even when a few rules may still be enabled).

License

MIT

npm i eslint-config-bloq

Metadata

  • MIT
  • Whatever
  • Gabriel Montes
  • released 6/19/2024

Downloads