refactor(cli): flowDynamic

This commit is contained in:
Leifer Mendez
2023-02-01 16:34:24 +01:00
parent 0f8a33cc0c
commit ebd30ea1d7

View File

@@ -2,5 +2,6 @@
"trailingComma": "es5",
"tabWidth": 4,
"semi": false,
"singleQuote": true
"singleQuote": true,
"printWidth": 120
}