@kaizentech/eslint-config

1.2.2 • Public • Published

@kaizentech/eslint-config

This package contains javascript, react, and react-native style guides

Installation

yarn add -D @kaizentech/eslint-config eslint prettier

Usage

first of all create a .eslintrc.json file in the root of your project.

if you want to use react config add this

{
  "root": true,
  "extends": "@kaizentech"
}

if you want to use react-native config add this

{
  "root": true,
  "extends": "@kaizentech/eslint-config/react-native"
}

Readme

Keywords

none

Package Sidebar

Install

npm i @kaizentech/eslint-config

Weekly Downloads

1

Version

1.2.2

License

MIT

Unpacked Size

5.3 kB

Total Files

7

Last publish

Collaborators

  • auropick