Skip to content

A standardized ESLint configuration for Localazy projects

License

Notifications You must be signed in to change notification settings

localazy/eslint-config

Repository files navigation

Localazy

📦 @localazy/eslint-config

A standardized ESLint configuration for Localazy projects

🚀 Quick Start

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

🔧 Usage

Create or update your eslint.config.js file.

import localazy from '@localazy/eslint-config';

export default localazy();

📚 Documentation

For more details on ESLint configuration, visit the ESLint documentation.

📜 License

This project is licensed under the MIT License.

See LICENSE for details.

About

A standardized ESLint configuration for Localazy projects

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published