criollo/.prettierrc
Amritanshu 6e3216a0ff Added prettier and prettied the code.
Created and added the razorpay payment module
2025-02-16 04:37:30 +00:00

7 lines
89 B
Plaintext

{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": true,
"printWidth": 120
}