1.0.0 • Published 6 months ago

@viso-enterprise/eslint-config v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

VISO Enterprise ESLint config

The VISO Enterprise ESLint Config is a comprehensive and customizable ESLint configuration designed to provide a consistent and standardized code style for Next.js projects.

Whats included?

  • Standard config base;
  • React plugin;
  • React Hooks plugin;
  • Import Helpers plugin;
  • Prettier;

Installation and Setup

Install the necessary dependencies by running the following command in your project's root directory:

npm i -D eslint @viso-enterprise/eslint-config

Next.js

Extend the config in your .eslintrc.json file as shown

{
  "extends": [
    "next/core-web-vitals"
    "@viso-enterprise/eslint-config/next", 
  ]
}