2026-04-05
This commit is contained in:
parent
5f835ca4e6
commit
949195caf8
71 changed files with 535 additions and 458 deletions
|
|
@ -1,3 +1,11 @@
|
|||
import config from "@gcch/configuration-oxlint";
|
||||
import gcchConfig from "@gcch/configuration-oxlint";
|
||||
import { OxlintConfig } from "oxlint";
|
||||
|
||||
const config: OxlintConfig = {
|
||||
...gcchConfig,
|
||||
globals: {
|
||||
Bun: "readonly",
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue