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