Run prettier

This commit is contained in:
2023-09-01 10:45:49 +01:00
parent a712a223f1
commit e5a67a24c5
36 changed files with 35 additions and 63 deletions

View File

@ -77,13 +77,13 @@ const config = {
loader: require.resolve("source-map-loader"),
options: {
filterSourceMappingUrl: (url, resourcePath) => {
// disable warning for missing @scure-bip39 sourcemaps
if (/.*\/.yarn\/cache\/@scure-bip39.*/.test(resourcePath)) {
return false
}
return true
}
}
// disable warning for missing @scure-bip39 sourcemaps
if (/.*\/.yarn\/cache\/@scure-bip39.*/.test(resourcePath)) {
return false;
}
return true;
},
},
},
{
test: /\.tsx?$/i,