mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
17 lines
305 B
JSON
17 lines
305 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|