mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
0910327c65
* add next-16 tests * upgrade biome * upgrade react in next-16 * tsconfig * try with middleware.ts * Revert "try with middleware.ts" This reverts commit894b6ed5ce. * Revert "try adding executablePath" This reverts commita4991996fe. * ensure x-middleware-rewrite * test x-nextjs-cache * rm playwright --ui * adjust biome schema version * disable getStaticPaths in pages router * try chromium * re-enable ci playwright workaround
50 lines
925 B
JSON
50 lines
925 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/2.2.7/schema.json",
|
|
"vcs": {
|
|
"enabled": true,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": true
|
|
},
|
|
"files": {
|
|
"ignoreUnknown": false
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"indentStyle": "space"
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"correctness": {
|
|
"noUnusedFunctionParameters": "off"
|
|
},
|
|
"suspicious": {
|
|
"noExplicitAny": "off",
|
|
"noDocumentCookie": "off",
|
|
"noUnknownAtRules": "off"
|
|
},
|
|
"a11y": {
|
|
"noSvgWithoutTitle": "off"
|
|
},
|
|
"style": {
|
|
"useNodejsImportProtocol": "off",
|
|
"noNonNullAssertion": "off"
|
|
}
|
|
}
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"quoteStyle": "single"
|
|
}
|
|
},
|
|
"assist": {
|
|
"enabled": true,
|
|
"actions": {
|
|
"source": {
|
|
"organizeImports": "on"
|
|
}
|
|
}
|
|
}
|
|
}
|