@sastatesla/payment-gateway-sdk
Version:
A unified interface for integrating multiple payment providers (e.g., Razorpay, Cashfree) in your Node.js application.
17 lines (16 loc) • 335 B
JavaScript
module.exports = {
trailingComma: "none",
tabWidth: 4,
printWidth: 80,
bracketSpacing: false,
useTabs: true,
semi: false,
singleQuote: false,
quoteProps: "consistent",
bracketSameLine: false,
arrowParens: "always",
proseWrap: "always",
endOfLine: "lf",
embeddedLanguageFormatting: "auto",
singleAttributePerLine: false
}