0.1.0 • Published 3 years ago

eslint-config-vessel v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

eslint-config-vessel

ESLint config with optional presets extending the eslint recommended settings.

Installation

yarn add --dev eslint eslint-config-vessel

Usage

Extend the vessel config in your root .eslintrc.js.

module.exports = {
  root: true,
  extends: ['vessel'],
};

Presets

The following additional configs can also be extended, but are not enabled by default.

Plugins