@piplup/code-infra
v1.2.0
Published
Infra scripts and configs to be used across Piplup
Readme
@piplup/code-infra
Infra scripts and shared configuration for Piplup projects.
Overview
This package provides reusable scripts and configuration for linting and formatting setup across Piplup repositories. It is designed to be used as a base for consistent code quality and tooling.
Usage
Install
This package is intended to be used as a dependency in your project:
pnpm add -D @piplup/code-infraConfiguration
- ESLint: Exports a base config and helpers from
./eslint - Prettier: Exports a base config from
./prettier
