UNPKG

mancha

Version:

Javscript HTML rendering engine

47 lines (46 loc) 912 B
{ "$schema": "https://biomejs.dev/schemas/2.3.10/schema.json", "vcs": { "enabled": true, "clientKind": "git", "useIgnoreFile": true }, "files": { "ignoreUnknown": true, "includes": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "**/*.json"] }, "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "tab", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 100, "attributePosition": "auto" }, "linter": { "enabled": true, "rules": { "recommended": true, "complexity": { "noUselessTypeConstraint": "error" }, "style": { "noNonNullAssertion": "error", "useConst": "error", "useImportType": "error" }, "suspicious": { "noExplicitAny": "error", "useIterableCallbackReturn": "error" } } }, "javascript": { "formatter": { "quoteStyle": "double", "trailingCommas": "all", "semicolons": "always" } } }