feat: Item custom model data support (#318)
* feat: Item custom model data support * rename prop, jsdoc for clarity * explicit resource manager because it can be run in different threads, up mc-assets * fix tsc --------- Co-authored-by: Vitaly Turovsky <vital2580@icloud.com>
This commit is contained in:
parent
cd9b796f16
commit
47be0ac865
10 changed files with 90 additions and 15 deletions
|
|
@ -102,6 +102,7 @@
|
|||
// "@stylistic/multiline-ternary": "error", // not needed
|
||||
// "@stylistic/newline-per-chained-call": "error", // not sure if needed
|
||||
"@stylistic/new-parens": "error",
|
||||
"@typescript-eslint/class-literal-property-style": "off",
|
||||
"@stylistic/no-confusing-arrow": "error",
|
||||
"@stylistic/wrap-iife": "error",
|
||||
"@stylistic/space-before-blocks": "error",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue