mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
fix: remove ALL skipMissing to reveal import errors
This commit is contained in:
committed by
Peter Sanderson
parent
b61e0cd29a
commit
9917a43c9b
@@ -14,6 +14,5 @@
|
||||
"buffer",
|
||||
"node-gyp",
|
||||
"version-bump-prompt"
|
||||
],
|
||||
"skip-missing": true
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2,6 +2,5 @@
|
||||
"ignores": [
|
||||
"typescript",
|
||||
"@babel/core"
|
||||
],
|
||||
"skip-missing": true
|
||||
]
|
||||
}
|
||||
|
||||
@@ -2,6 +2,5 @@
|
||||
"ignores": [
|
||||
"postcss-import",
|
||||
"postcss-lightningcss"
|
||||
],
|
||||
"skip-missing": true
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"ignores": [
|
||||
"es6-promise"
|
||||
],
|
||||
"skip-missing": true
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"ignores": [
|
||||
"raw-loader"
|
||||
],
|
||||
"skip-missing": true
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"ignores": [
|
||||
"node-loader"
|
||||
],
|
||||
"skip-missing": true
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
{
|
||||
"ignores": [
|
||||
"tsx"
|
||||
],
|
||||
"skip-missing": true
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user