Add linter fixes for new AI samples (#1484)

This commit is contained in:
Oliver Dunk
2025-06-02 12:46:10 +01:00
committed by GitHub
parent 20d36c7780
commit 08e8c96c5f
4 changed files with 4 additions and 5 deletions

View File

@@ -65,6 +65,7 @@ module.exports = [
'_archive/**/*',
'**/third-party/**',
'**/node_modules/**/*',
'**/dist/**/*',
// These are autogenerated files that we shouldn't lint
'functional-samples/cookbook.wasm-helloworld-print/wasm/pkg/**/*',
'functional-samples/cookbook.wasm-helloworld-print-nomodule/wasm/pkg/**/*'