chore: add GPRG V2

This commit is contained in:
Rahul Jain
2025-10-14 10:20:13 +05:30
parent 888aff31e1
commit 04cf37f265
131 changed files with 17341 additions and 80600 deletions
+5 -3
View File
@@ -2,8 +2,10 @@
"singleQuote": true,
"jsxSingleQuote": false,
"tabWidth": 2,
"printWidth": 120,
"trailingComma": "all",
"printWidth": 100,
"trailingComma": "es5",
"semi": true,
"exclude": ["node_modules", "codepipeline"]
"arrowParens": "always",
"endOfLine": "lf",
"plugins": ["prettier-plugin-tailwindcss"]
}