@drivekyte/eslint-config
v9.1.0
Published
## Description
Downloads
436
Keywords
Readme
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"]
}