UNPKG

@suin/biome.json

Version:

Opinionated Biome configuration extending ultracite with additional rules

35 lines 728 B
{ "root": false, "$schema": "../node_modules/@biomejs/biome/configuration_schema.json", "linter": { "rules": { "correctness": { "noSolidDestructuredProps": "warn", "noUndeclaredVariables": "off" }, "performance": { "useSolidForComponent": "warn", "useTopLevelRegex": "off" }, "suspicious": { "noReactSpecificProps": "warn" }, "complexity": { "useLiteralKeys": "off" }, "style": { "useConsistentArrayType": { "level": "warn", "options": { "syntax": "generic" } } } } }, "javascript": { "formatter": { "quoteStyle": "double" } } }