foundry-vtt-types
foundry-vtt-types copied to clipboard
Unofficial type declarations for the Foundry Virtual Tabletop API
Some documents have properties that are automatically indexed, e.g. actor name and img. Furthermore, systems can use CONFIG to make more properties automatically indexed. These would be improvements to `CompendiumCollection.IndexEntry`...
1. The helper `GetDataReturnType` should be used for the invocation of all instances of `getData` 2. The interface should be named `Data` and inside the namespace for the class, e.g....
Let's just open a separate issue for this to type the drag data for everything. _Originally posted by @kmoschcau in https://github.com/League-of-Foundry-Developers/foundry-vtt-types/pull/917#discussion_r666429167_
Addresses #2580
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 8.0.0 to 8.4.0. Release notes Sourced from @typescript-eslint/parser's releases. v8.4.0 8.4.0 (2024-09-02) 🚀 Features typescript-estree: make withoutProjectParserOptions generic (#9877) ❤️ Thank You Josh Goldberg ✨ You can...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.0.0 to 8.4.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.4.0 8.4.0 (2024-09-02) 🚀 Features typescript-estree: make withoutProjectParserOptions generic (#9877) ❤️ Thank You Josh Goldberg ✨ You can...
Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.2.8 to 15.2.10. Release notes Sourced from lint-staged's releases. v15.2.10 Patch Changes #1471 e3f283b Thanks @iiroj! - Update minor dependencies, including micromatch@~4.0.8. v15.2.9 Patch Changes #1463 b69ce2d...
Should resolve remaining lint errors
We converted files in `src` over to having an `export {}` if there's no `import`/`export` in the file. However our test files don't have that. It's not a huge deal...