1.0.3 • Published 4 years ago

@vitekey/eslint-config-vitekey-base v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

eslint-config-vitekey-base

Provides the base ESLint configuration for Vitekey projects.

The eslint-config-airbnb-base configuration is extended with additional Vitekey-recommended rulesets.

Usage

Installation

To install:

yarn add -D @vitekey/eslint-config-vitekey-base@latest

This package relies on eslint and eslint-plugin-import as peer dependencies.

Please ensure they are installed as well:

npm info @vitekey/eslint-config-vitekey-base@latest peerDependencies

Configuration

Update your .eslintrc to include:

{
  "extends": "@vitekey/eslint-config-vitekey-base"
}