* feat: rework module using react native bob * chore: rebase * Added windows example (not working for the moment) * Fixed implementation of the Windows example * Fixed Lint issues * Fixed a missing Lint issue * Fixed another missing Lint issue * fix: fixed all the pending Lint issues * Added pickDirectory() implementation for Windows (proper PR) (#444) * feat: added pickDirectory implementation for Windows * fix: fixed typo in property name Co-authored-by: Matteo Pagani <matteo.pagani@microsoft.com>
9 lines
146 B
JavaScript
9 lines
146 B
JavaScript
module.exports = {
|
|
printWidth: 100,
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
quoteProps: 'consistent',
|
|
useTabs: false,
|
|
semi: false,
|
|
}
|