/
nasya
/
SafeDrop
Обзор
Документация
Войти
/
nasya
/
SafeDrop
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
biome.json
104 строки
2 KB
nasya
Initial commit
24 май 2026, 16:12
24 май 2026, 16:12
16bc032
Код
Авторство
О чём код?
{ "$schema": "./node_modules/@biomejs/biome/configuration_schema.json", "assist": { "actions": { "source": { "organizeImports": "on", "useSortedAttributes": "on", "useSortedKeys": "on", "useSortedProperties": "on" } }, "enabled": true }, "files": { "ignoreUnknown": true, "includes": [ "apps/*/src/**/*.{ts,tsx,js,mjs,cjs,json}", "apps/*/*.{ts,tsx,js,mjs,cjs,json}", "packages/*/src/**/*.{ts,tsx,js,mjs,cjs,json}", "packages/*/*.{ts,tsx,js,mjs,cjs,json}", "scripts/*.{ts,tsx,js,mjs,cjs,json}", ".storybook/*.{ts,tsx,js,mjs,cjs,json}", ".vscode/*.json", "*.{ts,mjs,json}" ] }, "formatter": { "enabled": true, "includes": [ "apps/*/src/**/*.{ts,tsx,js,mjs,cjs,json}", "apps/*/*.{ts,tsx,js,mjs,cjs,json}", "packages/*/src/**/*.{ts,tsx,js,mjs,cjs,json}", "packages/*/*.{ts,tsx,js,mjs,cjs,json}", "scripts/*.{ts,tsx,js,mjs,cjs,json}", ".storybook/*.{ts,tsx,js,mjs,cjs,json}", ".vscode/*.json", "*.{ts,mjs,json}" ], "indentStyle": "tab", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 120 }, "javascript": { "formatter": { "bracketSameLine": false, "bracketSpacing": true, "jsxQuoteStyle": "single", "semicolons": "always", "trailingCommas": "all" } }, "json": { "formatter": { "trailingCommas": "none" } }, "linter": { "enabled": true, "includes": [ "apps/*/src/**/*.{ts,tsx,js,mjs,cjs,json}", "apps/*/*.{ts,tsx,js,mjs,cjs,json}", "packages/*/src/**/*.{ts,tsx,js,mjs,cjs,json}", "packages/*/*.{ts,tsx,js,mjs,cjs,json}", "scripts/*.{ts,tsx,js,mjs,cjs,json}", ".storybook/*.{ts,tsx,js,mjs,cjs,json}", ".vscode/*.json", "*.{ts,mjs,json}" ], "rules": { "complexity": { "noForEach": "error", "noStaticOnlyClass": "error", "noUselessEmptyExport": "error", "noUselessSwitchCase": "error", "useFlatMap": "warn" }, "recommended": true, "style": { "noNonNullAssertion": "warn" }, "suspicious": { "noUnknownAtRules": "warn" } } }, "overrides": [ { "assist": { "actions": { "source": { "useSortedKeys": "off" } } }, "includes": ["package.json"] } ], "vcs": { "clientKind": "git", "enabled": true, "useIgnoreFile": true } }