devops check

This commit is contained in:
NishantRajputRN
2026-04-16 16:05:35 +05:30
parent aa56e08ffd
commit c57f1418df
20 changed files with 22849 additions and 1692 deletions
+5
View File
@@ -0,0 +1,5 @@
module.exports = {
arrowParens: 'avoid',
singleQuote: true,
trailingComma: 'all',
};