mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-25 15:42:24 +00:00
Update prettier and reformat source code
This commit is contained in:
@@ -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
|
||||
},
|
||||
|
||||
@@ -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
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user