mirror of https://github.com/waku-org/js-waku.git
Ignore imports when check spell
This commit is contained in:
parent
1d8e3837ea
commit
95d1ef4b4a
|
@ -113,5 +113,12 @@
|
||||||
"gen",
|
"gen",
|
||||||
"proto",
|
"proto",
|
||||||
"*.spec.ts"
|
"*.spec.ts"
|
||||||
]
|
],
|
||||||
|
"patterns": [
|
||||||
|
{
|
||||||
|
"name": "import",
|
||||||
|
"pattern": "/import .*/"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"ignoreRegExpList": ["import"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue