@dej10/eslint-config

1.0.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @dej10/eslint-config

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

17.6 kB

Total Files

7

Last publish

Collaborators

  • dej10