mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
bab4097836
* 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
6 lines
137 B
JavaScript
6 lines
137 B
JavaScript
// added for Jest inline snapshots to not use default Prettier config
|
|
module.exports = {
|
|
singleQuote: true,
|
|
trailingComma: 'all',
|
|
};
|