1.4.0 • Published 7 months ago

@vedapointe-shared/eslint-config v1.4.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Introduction

This package is used to standardize ESLint rules across VedaPointe products

Installation

  1. Install VedaPointe ESLint config

    npm i -D @vedapointe-shared/eslint-config
  2. Install Peer Dependences

    npm i -D eslint
  3. Add an .eslintrc file

  4. Add configuration to the .eslintrc file.

    {
      "extends": "@vedapointe-shared"
    }
  5. Add "lint" script to package.json

    "scripts": {
      "lint": "eslint"
    }
  6. Lint code using npm command

    npm run lint
1.4.0

7 months ago

1.3.1

12 months ago

1.3.0

12 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago