zapishis-client/apps/bot/eslint.config.js
vchikalkin 7a3dd4688b
Some checks failed
Build & Deploy Web & Bot / Build and Push to Docker Hub (push) Has been cancelled
Build & Deploy Web & Bot / Deploy to VPS (push) Has been cancelled
fix apps/bot build
2025-07-02 19:55:15 +03:00

10 lines
198 B
JavaScript

import { typescript } from '@repo/eslint-config/typescript';
/** @type {import("eslint").Linter.Config} */
export default [
...typescript,
{
ignores: ['**/types/**', '*.config.*'],
},
];