@ts-for-gir/cli
Version:
TypeScript type definition generator for GObject introspection GIR files
39 lines (38 loc) • 738 B
JSON
{
"$schema": "https://biomejs.dev/schemas/2.4.13/schema.json",
"formatter": {
"enabled": true,
"indentStyle": "tab",
"lineWidth": 120,
"lineEnding": "lf"
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"style": {
"useImportType": "warn",
"useNodejsImportProtocol": "error",
"noNonNullAssertion": "off"
},
"suspicious": {
"noExplicitAny": "warn",
"noConsole": "off"
},
"correctness": {
"noUnusedImports": "warn"
}
}
},
"javascript": {
"formatter": {
"quoteStyle": "double",
"semicolons": "always",
"trailingCommas": "all",
"arrowParentheses": "always"
}
},
"files": {
"includes": ["**", "!**/node_modules", "!**/dist", "!**/.cache"]
}
}