Install the package using your preferred package manager:
# Using npm
npm install eslint @localazy/eslint-config --save-dev
# Using yarn
yarn add eslint @localazy/eslint-config --dev
# Using pnpm
pnpm add eslint @localazy/eslint-config --save-dev
Create or update your eslint.config.js
file.
import localazy from '@localazy/eslint-config';
export default localazy();
For more details on ESLint configuration, visit the ESLint documentation.
This project is licensed under the MIT License.
See LICENSE for details.