mirror of https://github.com/waku-org/js-waku.git
Merge pull request #954 from waku-org/audit
This commit is contained in:
commit
c193ba10c5
|
@ -123,7 +123,11 @@
|
|||
{
|
||||
"name": "import",
|
||||
"pattern": "/import .*/"
|
||||
},
|
||||
{
|
||||
"name": "multiaddr",
|
||||
"pattern": "//dns4/.*/"
|
||||
}
|
||||
],
|
||||
"ignoreRegExpList": ["import"]
|
||||
"ignoreRegExpList": ["import", "multiaddr"]
|
||||
}
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue