This package provides a customized ESLint configuration for consistent code style and best practices in JavaScript, TypeScript, and Vue.js projects.
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
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