Files
anitak 6fd0bee8a3
RN APK Build / build (push) Failing after 23m47s
add yml file
2026-04-22 16:07:47 +05:30

6 lines
91 B
JavaScript

module.exports = {
arrowParens: 'avoid',
singleQuote: true,
trailingComma: 'all',
};