aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2023-05-22 08:09:48 +0300
committerGitHub <noreply@github.com>2023-05-22 08:09:48 +0300
commit0cbcc4d82899f8f95493975e9e79f16748105448 (patch)
treea6c232e89beb10c53ad1c8604ab8fd22951b5ce5 /.eslintrc.js
parentee2f4fb92da56ce5d5d06a78332e7f7da56ee2ae (diff)
parent618c59b01d8b90794df0aea625de1c1d5d94d407 (diff)
Merge pull request #10611 from akx/disable-token-counters
Add option to disable token counters
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 944cc869..218f5609 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -84,5 +84,7 @@ module.exports = {
// imageviewer.js
modalPrevImage: "readonly",
modalNextImage: "readonly",
+ // token-counters.js
+ setupTokenCounters: "readonly",
}
};