2.0.0 • Published 5 years ago

@priver/eslint-config-import v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@priver/eslint-config-import

Shareable config for eslint-plugin-import.

npm version npm downloads license

Installation

Install the correct versions of each package, which are listed by the command:

yarn add --dev eslint eslint-plugin-import @priver/eslint-config @priver/eslint-config-import
# or
npm install --save-dev eslint eslint-plugin-import @priver/eslint-config @priver/eslint-config-import

Usage

Add the following in your .eslintrc.json:

{
    "root": true,
    "extends": [
        "@priver/eslint-config",
        "@priver/eslint-config-import"
    ]
}