mirror of
https://git.anonymousland.org/anonymousland/anonymousland.git
synced 2024-10-01 11:49:49 -04: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"
|
|
}
|