@vizzu/eslint-config

0.2.0 • Public • Published

Vizzu Shared ESLint and Prettier config

This package contains the shared ESLint configuration for the Vizzu project.

Table of Contents

Installation

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

Install the required packages as development dependencies:

   npm install --save-dev @vizzu/eslint-config

Usage

Use simple in eslint-config file

{
	"extends": "@vizzu/eslint-config"
}

Create an ESLint configuration file (e.g., .eslintrc.js) in your project root and extend the shared configuration:

module.exports = {
	extends: ['@vizzu/eslint-config']
	// Your project-specific ESLint configurations here
}

Readme

Keywords

none

Package Sidebar

Install

npm i @vizzu/eslint-config

Weekly Downloads

27

Version

0.2.0

License

none

Unpacked Size

1.5 kB

Total Files

6

Last publish

Collaborators

  • dovicsin
  • veghdev
  • laszlosimon