Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

shopwareArchive/eslint-config-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-base

This repository provides a shared ESLint configuration for various Shopware-related projects, ensuring a consistent code style and quality across Shopware's JavaScript codebases.

Features

  • Shared, standardized ESLint rules for Shopware projects
  • Easy integration into new and existing JavaScript projects
  • Promotes consistent code quality and style aligned with Shopware conventions

Installation

Install the package via npm:

npm install --save-dev @shopware-ag/eslint-config-base

Usage

After installing, extend the configuration in your project's ESLint config file (e.g., .eslintrc.js, .eslintrc.json, or eslint.config.js):

.eslintrc.js:

module.exports = {
extends: ['@shopware-ag/eslint-config-base']
};

Refer to ESLint documentation for details on configuration file formats and advanced setup.

About

Common eslint configuration for several Shopware related projects

Resources

License

Stars

1 star

Watchers

8 watching

Forks

Packages

 
 
 

Contributors