Create .cspell.json
This commit is contained in:
parent
5559b77915
commit
abbe0b2ac8
1 changed files with 16 additions and 0 deletions
16
.cspell.json
Normal file
16
.cspell.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"ignorePaths": [
|
||||
"**/node_modules/**",
|
||||
"**/vscode-extension/**",
|
||||
"**/.git/**",
|
||||
"**/.pnpm-lock.json",
|
||||
".vscode",
|
||||
"megalinter",
|
||||
"package-lock.json",
|
||||
"report"
|
||||
],
|
||||
"language": "en",
|
||||
"noConfigSearch": true,
|
||||
"words": ["megalinter", "oxsecurity"],
|
||||
"version": "0.2"
|
||||
}
|
Loading…
Add table
Reference in a new issue