1.1.1 • Published 2 years ago

@manifest-ui/eslint-config v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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