Détail du package

@aurodesignsystem/auro-config

rmenner-aa422Apache-2.01.3.0

This package contains the shared configuration for the development tools used by Auro.

alaska airlines, auro, design system, configs

readme

Auro Config

This package contains the shared configuration for the development tools used by Auro.

Table of Contents

Installation

To install the Auro Config package in your project:

npm install --save-dev @aurodesignsystem/auro-config

Usage

Update your project's configuration files to extend the shared configurations provided by this package, ensuring alignment with Auro standards.

It is not recommended to modify or otherwise deviate from the configurations provided in this package within individual repositories, components, or other projects that are expected to align with Auro.

Available configurations

  • biome.json

     {
       "extends": ["@aurodesignsystem/auro-config/biome"]
     }
    
  • .stylelintrc

     {
       "extends": ["@aurodesignsystem/auro-config/stylelint"]
     }
    
  • .releaserc

     {
       "extends": ["@aurodesignsystem/auro-config/releaserc"]
     }
    
  • .commitlintrc

     {
       "extends": ["@aurodesignsystem/auro-config/commitlint"]
     }
    
  • .lintstagedrc

     {
       "extends": ["@aurodesignsystem/auro-config/lintstaged"]
     }