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