From f59d9c71a563df4b9733f2d0a201199cc1adeea6 Mon Sep 17 00:00:00 2001 From: tiddlygit-test Date: Sun, 2 May 2021 19:18:50 +0800 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index 16c047b4..99c557cb 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -36,7 +36,7 @@ module.exports = { 'unicorn/prevent-abbreviations': [ 'error', { - whitelist: { + allowList: { mod: true, Mod: true, props: true,