mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-03-30 23:45:45 +00:00
43 lines
882 B
JSON
43 lines
882 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"vcs": {
|
|
"enabled": true,
|
|
"clientKind": "git",
|
|
"useIgnoreFile": true
|
|
},
|
|
"files": {
|
|
"ignore": [
|
|
".devcontainer/**",
|
|
"docs/**",
|
|
"translations/**",
|
|
"policies/**",
|
|
"crates/**",
|
|
"frontend/package.json",
|
|
"frontend/src/gql/**",
|
|
"frontend/src/routeTree.gen.ts",
|
|
"frontend/.storybook/locales.ts",
|
|
"frontend/.storybook/public/mockServiceWorker.js",
|
|
"frontend/locales/*.json",
|
|
"**/coverage/**",
|
|
"**/dist/**"
|
|
]
|
|
},
|
|
"formatter": {
|
|
"enabled": true,
|
|
"useEditorconfig": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true,
|
|
"correctness": {
|
|
"noUnusedImports": "warn",
|
|
"noUnusedVariables": "warn"
|
|
}
|
|
}
|
|
}
|
|
}
|