essex-js-build/biome.json

55 строки
870 B
JSON
Исходник Постоянная ссылка Обычный вид История

{
"files": {
"ignore": [
2024-05-24 21:46:18 +03:00
".devcontainer/",
2023-08-26 01:50:38 +03:00
".pnp.cjs",
".pnp.loader.mjs",
2024-05-24 21:46:18 +03:00
".swcrc",
".turbo",
2024-05-24 22:53:24 +03:00
".vscode",
".yarn",
2023-08-26 01:50:38 +03:00
"api-extractor.json",
2024-05-24 21:46:18 +03:00
"build",
"dist",
"docs",
"lib",
"package.json",
"storybook-static",
"tsconfig.cjs.json",
"tsconfig.esm.json",
"vite.config.ts.timestamp*"
]
},
"organizeImports": {
"enabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
2024-05-24 21:46:18 +03:00
"complexity": {
"useLiteralKeys": "off",
"noForEach": "off",
"useArrowFunction": "off"
},
"suspicious": {
"noExplicitAny": "off"
2024-05-24 21:46:18 +03:00
},
"style": {
"noUselessElse": "off",
"useNodejsImportProtocol": "off"
}
}
},
"javascript": {
"formatter": {
"semicolons": "asNeeded",
"quoteStyle": "single",
2024-06-24 21:41:28 +03:00
"trailingCommas": "all"
}
},
"formatter": {
2024-05-24 22:53:24 +03:00
"indentStyle": "tab"
}
}