9.1.0 • Published 2 years ago

@drivekyte/eslint-config v9.1.0

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

Kyte - Eslint Config

Description

This is an internal project used for sharing common eslint rules across all the front-end packages at Kyte.

Installation

In your front-end package, run:

yarn add @drivekyte/eslint-config -D

Make sure to create a .eslintrc.json file and place the content:

{
  "extends": ["@drivekyte"]
}

If your project is using Next.js, you should use our next-config instead:

{
  "extends": ["@drivekyte/eslint-config/next-config"]
}