mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-21 21:48:21 -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"
|
|
}
|