mirror of
https://github.com/status-im/js-waku-examples.git
synced 2025-01-12 15:04:37 +00:00
fix: change enrtree public key to pattern
This commit is contained in:
parent
1bd7597db4
commit
48dc57a876
@ -3,7 +3,6 @@
|
||||
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
|
||||
"language": "en",
|
||||
"words": [
|
||||
"AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM",
|
||||
"asym",
|
||||
"backoff",
|
||||
"backoffs",
|
||||
@ -125,6 +124,10 @@
|
||||
{
|
||||
"name": "import",
|
||||
"pattern": "/import .*/"
|
||||
},
|
||||
{
|
||||
"name": "enrtree",
|
||||
"pattern": "/enrtree:\/\/.*/"
|
||||
}
|
||||
],
|
||||
"ignoreRegExpList": ["import"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user