mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
40 lines
1.1 KiB
JSON
40 lines
1.1 KiB
JSON
{
|
|
"root": false,
|
|
"extends": "//",
|
|
"files": {
|
|
"includes": [
|
|
"**",
|
|
"!**/docs/",
|
|
"!rust-module.d.cts",
|
|
"!rust-module.cjs"
|
|
]
|
|
},
|
|
"linter": {
|
|
"rules": {
|
|
"complexity": {
|
|
"useArrowFunction": "off",
|
|
"noForEach": "off",
|
|
"noArguments": "off"
|
|
},
|
|
"style": {
|
|
"noNonNullAssertion": "off",
|
|
"noUnusedTemplateLiteral": "off",
|
|
"useTemplate": "off",
|
|
"noInferrableTypes": "off",
|
|
"noParameterAssign": "off",
|
|
"useAsConstAssertion": "error",
|
|
"useDefaultParameterLast": "error",
|
|
"useEnumInitializers": "error",
|
|
"useSelfClosingElements": "error",
|
|
"useSingleVarDeclarator": "error",
|
|
"useNumberNamespace": "error",
|
|
"noUselessElse": "error"
|
|
},
|
|
"suspicious": {
|
|
"noExplicitAny": "off",
|
|
"noAssignInExpressions": "off",
|
|
"noVar": "off"
|
|
}
|
|
}
|
|
}
|
|
}
|