Ignore imports when check spell

This commit is contained in:
Franck Royer 2022-05-13 17:06:34 +10:00
parent 1d8e3837ea
commit 95d1ef4b4a
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 8 additions and 1 deletions

View File

@ -113,5 +113,12 @@
"gen",
"proto",
"*.spec.ts"
]
],
"patterns": [
{
"name": "import",
"pattern": "/import .*/"
}
],
"ignoreRegExpList": ["import"]
}