1.0.4 • Published 5 years ago

@vinebase/eslint-config v1.0.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
5 years ago

@vinebase/eslint-plugin

Vinebase linting rules for ESLint

Usage

  1. Add the package to dev dependencies:
$ npm i -D @vinebase/eslint-config
  1. Create .eslintrc.json in the root directory with this content:
{
  "extends": ["@vinebase"]
}

Development

  1. In this repository:

    1. npm link (may need to be run as root).
    2. Update version in package.json.
  2. In another project where the rule is used:

    1. npm link @vinebase/eslint-config.
    2. Update the installed version in package.json.