core/README.md

37 lines
704 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# @teacinema/core
Набор общих утилит и настроек. Пакет экспортирует конфигурацию Prettier.
## Установка
- Требуется `prettier` версии ^3 (peer dependency).
```bash
npm i -D @teacinema/core prettier
```
## Использование
Подключите конфигурацию Prettier из пакета:
- В `package.json` проекта:
```json
{
"prettier": "@teacinema/core/prettier"
}
```
или через `.prettierrc.mjs`:
```js
export { default } from "@teacinema/core/prettier";
```
Конфигурация уже включает `@trivago/prettier-plugin-sort-imports`.
## Лицензия
ISC