fix(oxlint) désactive la configuration Astro
This commit is contained in:
parent
f0d1b4a3be
commit
0083e94084
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@ import type { OxlintConfig } from "oxlint";
|
|||
|
||||
const config: OxlintConfig = {
|
||||
...gcchConfig,
|
||||
// Désactive la configuration liée à Astro.
|
||||
overrides: [],
|
||||
globals: {
|
||||
Bun: "readonly",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue