1.4.0 • Published 9 months ago

@kaizentech/eslint-config-base v1.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@kaizentech/eslint-config-base

This package contains base javascript style guide

Installation

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

Usage

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

then add this

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