1.0.2 • Published 1 year ago

eslint-turbo-next v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

eslint-turbo-next

Status License

Description

The eslint-turbo-next project is a custom ESLint configuration designed to improve code quality and maintain consistent style in a project.

This .eslintrc.js file includes custom rules covering aspects such as code formatting, proper variable and function usage, and prevention of undesirable practices.

Installation

To use this ESLint configuration in your project, follow these steps:

  1. NPM
    npm install eslint-turbo-next --save-dev
  2. YARN
    yarn add eslint-turbo-next -D