https://github.com/salute-developers/grail
https://github.com/salute-developers/grail
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/salute-developers/grail
- Owner: salute-developers
- Created: 2022-06-03T12:37:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-10-20T06:21:41.000Z (8 months ago)
- Last Synced: 2025-11-05T23:19:32.537Z (8 months ago)
- Language: TypeScript
- Homepage: https://salute-developers.github.io/grail/
- Size: 1.11 MB
- Stars: 3
- Watchers: 8
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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