configuration-oxlint/cfg/eslint.config.ts
gcch bedd1fa23a 2026-04-03
- eslint OK
- import OK
- jsdoc OK
- node OK
- oxc OK
- promise OK
- typescript OK
- unicorn en cours
2026-04-06 10:18:12 +02:00

6 lines
176 B
TypeScript

import { configAstro } from "@gcch/configuration-eslint";
import { defineConfig } from "eslint/config";
const config = defineConfig([...configAstro]);
export default config;