npx mega-linter-runner --install # all defaults

This commit is contained in:
Ralf Vogler 2025-05-23 00:54:32 +02:00
parent 0b27cf0a44
commit 5a9cc0cb3a
5 changed files with 252 additions and 0 deletions

16
.cspell.json Normal file
View 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"
}