@imagespark/eslint-config
v0.1.1
Published
config for eslint
Readme
ESLint Configuration
This package provides a shared ESLint configuration for the project. It includes rules and settings to ensure consistent code quality and style across all JavaScript files.
Installation
For install eslint config run command:
npm install --save-dev @imagespark/eslint-configUsage
To use this ESLint configuration in your project, add it as a dev dependency and extend it in your eslint.config.js file:
import { jsConfig } from "@imagespark/eslint-config";
export default [jsConfig];Rules
The configuration includes the following rule categories:
- JavaScript: Rules for JavaScript files.
- Stylistic: Rules for code formatting and style.
- Confusing Browser Globals: Rules to avoid confusion with browser globals.
License
This package is licensed under the MIT License.
