This commit is contained in:
gcch 2026-03-31 10:21:00 +02:00
commit 8de937e801
9 changed files with 105 additions and 126 deletions

3
cfg/oxlint.config.ts Normal file
View file

@ -0,0 +1,3 @@
import config from "@gcch/configuration-oxlint";
export default config;

View file

@ -1,5 +1,5 @@
import { configWordPress } from "../dist/index.mjs";
import { configClassique } from "../dist/index.mjs";
export default {
...configWordPress,
...configClassique,
};