Files
callstack__react-native-tes…/prettier.config.js
Maciej Jastrzebski bab4097836 chore: update deps 2024-03-12 (#1570)
* chore: update 1

* chore: update @types/*

* chore: update react native

* chore: update eslint & typescript

* chore: fix lint

* chore: upgrade release it

* chore: reformat

* chore: disable flow validation
2024-03-12 11:37:06 +01:00

6 lines
137 B
JavaScript

// added for Jest inline snapshots to not use default Prettier config
module.exports = {
singleQuote: true,
trailingComma: 'all',
};