mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Ignore seemingly dead code
This commit is contained in:
parent
b5b4d563ec
commit
c5153339c0
@ -11,7 +11,7 @@ module.exports = {
|
||||
},
|
||||
exclude: [
|
||||
/* Avoid scanning scripts which use dev-dependencies and pull in babel, rollup, etc. */
|
||||
'**/node_modules/**/*', '**/scripts/**', '**/target/**', '**/prototypes/**'
|
||||
'**/node_modules/**/*', '**/scripts/**', '**/target/**', '**/prototypes/**', '**/src/matrix/storage/memory/**'
|
||||
],
|
||||
plugins: [
|
||||
/* ... */
|
||||
|
Loading…
Reference in New Issue
Block a user