1.0.1 • Published 6 months ago

@aurodesignsystem/auro-config v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 months ago

Auro Config

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

Table of Contents

Installation

To install Auro CLI, clone the repository and install the dependencies:

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

Usage

Consume configurations provided to ensure your project aligns with the shared configurations provided by this package.

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.

Consuming Configurations

Biome

  1. Ensure you have the @aurodesignsystems/auro-config package installed in your project as a dev dependency.
  2. Create a biome.json file in the root directory of your project with the following contents:
    {
      "extends": ["@aurodesignsystem/auro-config/biome"]
    }
1.0.1

6 months ago

1.0.1-rc-5c.1

6 months ago

1.0.1-rc-5b.1

6 months ago

1.0.1-rc-5a.1

6 months ago

1.0.1-rc-5.1

6 months ago

1.0.0-rc-4.1

6 months ago

1.0.0-rc-5.1

6 months ago

1.0.0-5.1

6 months ago

1.0.0

7 months ago

1.0.0-rc.1

7 months ago