An open API service indexing awesome lists of open source software.

https://github.com/salute-developers/grail


https://github.com/salute-developers/grail

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Grail

A monorepo containing shared configuration packages for linting, formatting, and code style.

## Packages

- `@salutejs/eslint-config` - ESLint configuration
- `@salutejs/eslint-plugin-salute-react` - Custom ESLint rules for React
- `@salutejs/prettier-config` - Prettier configuration
- `@salutejs/stylelint-config` - Stylelint configuration

## Requirements

- Node.js >= 22
- pnpm >= 10.3.0

## Installation

Install dependencies:

```bash
pnpm i
```

## Check eslint config visually

```bash
pnpm dev
```

## Getting started with `pnpm`:

```bash
corepack enable pnpm
corepack use pnpm@latest-10
```

## License

MIT