new mobile project

This commit is contained in:
Dobromir Popov
2024-02-14 18:02:49 +02:00
parent 7bb857a384
commit 8edaa4b937
59 changed files with 2268 additions and 0 deletions

View File

@ -0,0 +1,7 @@
module.exports = {
arrowParens: 'avoid',
bracketSameLine: true,
bracketSpacing: false,
singleQuote: true,
trailingComma: 'all',
};