Make eslint less pedantic (#8012)

* Disable eslint spam

* Generate TS example files
This commit is contained in:
OptoCloud
2023-07-10 17:48:16 +02:00
committed by GitHub
parent 8836ddab41
commit 48da238920
41 changed files with 85 additions and 2 deletions

View File

@@ -1,5 +1,7 @@
// automatically generated by the FlatBuffers compiler, do not modify
/* eslint-disable @typescript-eslint/no-unused-vars, @typescript-eslint/no-explicit-any, @typescript-eslint/no-non-null-assertion */
export { InParentNamespace, InParentNamespaceT } from './my-game/in-parent-namespace.js';
export * as Example from './my-game/example.js';
export * as Example2 from './my-game/example2.js';