Update prettier and reformat source code

This commit is contained in:
Nicolas Gallagher
2022-07-03 17:37:19 -07:00
parent c8f6db8bfc
commit 174b8f505a
162 changed files with 2950 additions and 1370 deletions
+4 -1
View File
@@ -3,7 +3,10 @@
const babelConfig = require('./babel.config.js');
module.exports = {
coveragePathIgnorePatterns: ['/node_modules/', '<rootDir>/packages/react-native-web/src/vendor/'],
coveragePathIgnorePatterns: [
'/node_modules/',
'<rootDir>/packages/react-native-web/src/vendor/'
],
fakeTimers: {
enableGlobally: true
},
+4 -1
View File
@@ -3,7 +3,10 @@
const babelConfig = require('./babel.config.js');
module.exports = {
coveragePathIgnorePatterns: ['/node_modules/', '<rootDir>/packages/react-native-web/src/vendor/'],
coveragePathIgnorePatterns: [
'/node_modules/',
'<rootDir>/packages/react-native-web/src/vendor/'
],
fakeTimers: {
enableGlobally: true
},