1.2.0 • Published 7 months ago

@vedapointe-shared/eslint-config-react v1.2.0

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

Introduction

This package is used to standardize React ESLint rules across VedaPointe products

Installation

  1. Install VedaPointe React ESLint config

    npm i -D @vedapointe-shared/eslint-config-react
  2. Install Dev Dependency

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

  4. Add configuration to the .eslintrc file.

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

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

    npm run lint
1.2.0

7 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago