chore: Updated lint config using ignorePatterns.

This commit is contained in:
cpojer
2026-01-31 21:23:23 +09:00
parent 76b5208b11
commit 0ffc251704
3 changed files with 21 additions and 8 deletions

View File

@@ -20,5 +20,19 @@
"unicorn/consistent-function-scoping": "off",
"unicorn/require-post-message-target-origin": "off"
},
"ignorePatterns": ["src/canvas-host/a2ui/a2ui.bundle.js"]
"ignorePatterns": [
"assets/",
"dist/",
"docs/_layouts/",
"node_modules/",
"patches/",
"pnpm-lock.yaml/",
"skills/",
"src/canvas-host/a2ui/a2ui.bundle.js",
"Swabble/",
"vendor/",
"extensions/",
"scripts/",
"ui/"
]
}