UNPKG

rnr-starter

Version:

A comprehensive React Native Expo boilerplate with 50+ modern UI components, dark/light themes, i18n, state management, and production-ready architecture

55 lines (54 loc) 1.3 kB
{ "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "organizeImports": { "enabled": true }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noExplicitAny": "off" }, "style": { "useImportType": "off", "useExportType": "off" }, "correctness": { "useExhaustiveDependencies": "warn" }, "complexity": { "noExcessiveCognitiveComplexity": "warn" }, "performance": { "noAccumulatingSpread": "warn" } } }, "formatter": { "enabled": true, "formatWithErrors": false, "indentStyle": "space", "indentWidth": 2, "lineEnding": "lf", "lineWidth": 100, "attributePosition": "auto" }, "javascript": { "formatter": { "jsxQuoteStyle": "double", "quoteProperties": "asNeeded", "trailingComma": "es5", "semicolons": "always", "arrowParentheses": "always", "bracketSpacing": true, "bracketSameLine": false, "quoteStyle": "single", "attributePosition": "auto" } }, "files": { "include": ["**/*.js", "**/*.jsx", "**/*.ts", "**/*.tsx", "**/*.json"], "ignore": ["node_modules/**", ".expo/**", "dist/**", "build/**", "**/*.d.ts"] } }