UNPKG

sf-agent-framework

Version:

AI Agent Orchestration Framework for Salesforce Development - Two-phase architecture with 70% context reduction

100 lines (99 loc) 1.88 kB
{ "printWidth": 100, "tabWidth": 2, "useTabs": false, "semi": true, "singleQuote": true, "quoteProps": "as-needed", "jsxSingleQuote": false, "trailingComma": "es5", "bracketSpacing": true, "bracketSameLine": false, "arrowParens": "always", "proseWrap": "preserve", "htmlWhitespaceSensitivity": "css", "endOfLine": "lf", "embeddedLanguageFormatting": "auto", "singleAttributePerLine": false, "overrides": [ { "files": "*.md", "options": { "printWidth": 120, "proseWrap": "preserve", "tabWidth": 2 } }, { "files": "*.yaml", "options": { "tabWidth": 2, "singleQuote": false } }, { "files": "*.yml", "options": { "tabWidth": 2, "singleQuote": false } }, { "files": ["*.json", ".prettierrc"], "options": { "tabWidth": 2, "singleQuote": false, "trailingComma": "none" } }, { "files": "*.js", "options": { "singleQuote": true, "trailingComma": "es5", "arrowParens": "always" } }, { "files": "*.ts", "options": { "singleQuote": true, "trailingComma": "all", "arrowParens": "always" } }, { "files": "*.html", "options": { "printWidth": 120, "singleAttributePerLine": true } }, { "files": "*.css", "options": { "singleQuote": false } }, { "files": "*.scss", "options": { "singleQuote": false } }, { "files": "package.json", "options": { "tabWidth": 2 } }, { "files": ".github/workflows/*.yml", "options": { "tabWidth": 2, "singleQuote": false, "proseWrap": "preserve" } } ] }