mirror of https://github.com/status-im/js-waku.git
chore: fix spelling
This commit is contained in:
parent
3a562ebfcf
commit
ade8277c00
|
@ -123,7 +123,11 @@
|
||||||
{
|
{
|
||||||
"name": "import",
|
"name": "import",
|
||||||
"pattern": "/import .*/"
|
"pattern": "/import .*/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "multiaddr",
|
||||||
|
"pattern": "//dns4/.*/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ignoreRegExpList": ["import"]
|
"ignoreRegExpList": ["import", "multiaddr"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue