Add CONST as a readonly global
This commit is contained in:
parent
e79bd4d505
commit
47b68621c1
1 changed files with 1 additions and 0 deletions
|
|
@ -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`,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue