@instabuy/eslint-config

0.15.1 • Public • Published

Instabuy Package Config

This package provides a simple way to configure your Eslint configuration. This package already comes with Eslint dependencies and Prettier plugins so you don't have to worry about it. It also has optional React configuration.

Installation

The installation is straightforward. Just run the following command to install Eslint configurations and dependencies.

npm install @instabuy/eslint-config --save-dev

Usage

  1. Configure Eslint configuration file.

    a) If you just want the basic Typescript configuration, add the following line to your .eslintrc.json file.

    {
      "extends": "@instabuy/eslint-config"
    }

    b) If you want to use the React configuration, add the following line to your .eslintrc.json file.

    {
      "extends": "@instabuy/eslint-config/react"
    }

Readme

Keywords

none

Package Sidebar

Install

npm i @instabuy/eslint-config

Weekly Downloads

0

Version

0.15.1

License

UNLICENSED

Unpacked Size

2.3 kB

Total Files

4

Last publish

Collaborators

  • instabuy.dev
  • luigiminardim