@dej10/eslint-config
v1.0.3
Published
This package provides a customized ESLint configuration for consistent code style and best practices in JavaScript, TypeScript, and Vue.js projects.
Downloads
3
Readme
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