Skip to content

Commit

Permalink
Merge pull request #212 from vircadia/feature/lightmap_support
Browse files Browse the repository at this point in the history
Add lightmap support.
  • Loading branch information
digisomni authored Feb 22, 2024
2 parents c0bb0e9 + d79cb1d commit 3751503
Show file tree
Hide file tree
Showing 8 changed files with 12,808 additions and 12,688 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,12 @@ module.exports = {
"no-unreachable-loop": "error",
"no-unsafe-optional-chaining": "error",
"no-unsafe-call": "off",
"@typescript-eslint/no-unsafe-assignment": ["warn"],
"@typescript-eslint/no-unsafe-assignment": ["off"],
"@typescript-eslint/no-unsafe-member-access": ["warn"],
"@typescript-eslint/no-unsafe-argument": ["warn"],
"@typescript-eslint/no-unsafe-call": ["warn"],
"@typescript-eslint/restrict-template-expressions": ["off"],
"@typescript-eslint/no-use-before-define": ["off"],
"no-useless-backreference": "error",
"require-atomic-updates": "error",

Expand Down
Loading

0 comments on commit 3751503

Please sign in to comment.