Skip to content

Commit

Permalink
make it not complain about GPUShaderStage
Browse files Browse the repository at this point in the history
Sucks that VSCode can't seem to handle @types in HTML
files
  • Loading branch information
greggman committed Nov 17, 2023
1 parent 7605e0d commit 1aaccb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ module.exports = {
},
// REMOVE THIS!
globals: {
'GPUShaderStage': 'readonly',
'GPUBufferUsage': 'readonly',
'GPUTextureUsage': 'readonly',
'GPUMapMode': 'readonly',
Expand Down

0 comments on commit 1aaccb8

Please sign in to comment.