From 0796ffa4e349fc9a76999ba725acbfdf7742967e Mon Sep 17 00:00:00 2001 From: NovemLinguae Date: Thu, 7 Dec 2023 02:21:49 -0800 Subject: [PATCH] fix deprecations in .eslintrc.json --- .eslintrc.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index 3428a438..ad14be7d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,12 +8,12 @@ "jquery": true }, "globals": { - "AFCH": true, - "Hogan": false, - "importScript": false, - "mediaWiki": true, - "mw": true, - "OO": false + "AFCH": "writable", + "Hogan": "readonly", + "importScript": "readonly", + "mediaWiki": "writable", + "mw": "writable", + "OO": "readonly" }, "rules": { "camelcase": 0,