slint-ui
Version:
Slint is a declarative GUI toolkit to build native user interfaces for desktop and embedded applications.
29 lines (28 loc) • 811 B
JSON
{
"extends": ["../../biome.json"],
"formatter": {
"ignore": ["rust-module.d.cts", "rust-module.cjs", "dist/", "docs/"]
},
"linter": {
"ignore": ["dist/", "docs/"],
"rules": {
"complexity": {
"useArrowFunction": "off",
"noForEach": "off"
},
"style": {
"noNonNullAssertion": "off",
"noUnusedTemplateLiteral": "off",
"useTemplate": "off",
"noArguments": "off",
"noVar": "off",
"noInferrableTypes": "off",
"noParameterAssign": "off"
},
"suspicious": {
"noExplicitAny": "off",
"noAssignInExpressions": "off"
}
}
}
}