Add CONST as a readonly global

This commit is contained in:
Oliver 2025-11-08 19:12:30 -07:00
parent e79bd4d505
commit 47b68621c1

View file

@ -16,6 +16,7 @@ export default [
languageOptions: { languageOptions: {
globals: { globals: {
CONFIG: `writable`, CONFIG: `writable`,
CONST: `readonly`,
game: `readonly`, game: `readonly`,
Handlebars: `readonly`, Handlebars: `readonly`,
Hooks: `readonly`, Hooks: `readonly`,