Skip to content

dej10/eslint-config

Repository files navigation

Dej's Eslint Config

Description

This package provides a customized ESLint configuration for consistent code style and best practices in JavaScript, TypeScript, and Vue.js projects.

Installation

To install this ESLint configuration package, use the following command:

npm install dej10/eslint-config

or

pnpm install dej10/eslint-config

or

yarn add dej10/eslint-config

Usage

To use this configuration in your project, create an .eslintrc.js file in the root directory of your project and extend this configuration:

module.exports = {
 ...
  extends: ['@dej10/eslint-config'],
  // Other configurations or overrides here...
};

NB: Copy the .prettierrc file from this repository into your project folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published