Skip to content

Commit

Permalink
remove deprecated bools (#7002)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeXXik authored Oct 2, 2024
1 parent b453c3c commit f94c036
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ export default [
...globals.browser,
...globals.mocha,
...globals.node,
'Ammo': false,
'earcut': false,
'opentype': false,
'pc': false,
'TWEEN': false,
'twgsl': false,
'webkitAudioContext': false
'Ammo': 'readonly',
'earcut': 'readonly',
'opentype': 'readonly',
'pc': 'readonly',
'TWEEN': 'readonly',
'twgsl': 'readonly',
'webkitAudioContext': 'readonly'
}
},
rules: {
Expand Down

0 comments on commit f94c036

Please sign in to comment.