eslint-config-bloq

4.0.2 • Public • Published

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

Package Sidebar

Install

npm i eslint-config-bloq

Weekly Downloads

83

Version

4.0.2

License

MIT

Unpacked Size

5.9 kB

Total Files

8

Last publish

Collaborators

  • gndelia
  • gabmontes