1.2.2 • Published 2 years ago

@kaizentech/eslint-config v1.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@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"
}