Files
sgse-app/packages/eslint-config/convex.js
killer-cf 57b5f6821b refactor: remove biome configuration and update dependencies
- Deleted the obsolete biome.json file to streamline project configuration.
- Updated package.json and bun.lock to include new ESLint and Prettier dependencies for improved code quality and consistency.
- Added ESLint configuration package for better linting support across the project.
- Cleaned up various package dependencies to ensure a more maintainable and efficient codebase.
2025-11-08 17:16:43 -03:00

7 lines
184 B
JavaScript

import convexPlugin from "@convex-dev/eslint-plugin";
import { config as baseConfig } from "./base.js";
export const config =[
...baseConfig,
...convexPlugin.configs.recommended,
]